mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
una parentesi di troppo
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
uint16 levelPlayer = player->getLevel();
|
||||
|
||||
if (map->IsDungeon()) {
|
||||
InstanceSave* is = sInstanceSaveMgr->PlayerGetInstanceSave(GUID_LOPART(player->GetGUID()), map->GetId(), player->GetDifficulty((map->IsRaid())));
|
||||
InstanceSave* is = sInstanceSaveMgr->PlayerGetInstanceSave(GUID_LOPART(player->GetGUID()), map->GetId(), player->GetDifficulty(map->IsRaid()));
|
||||
if (is->azthInstMgr->levelMax == 0) {
|
||||
instanceID = map->GetInstanceId();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user