From c99db43b5950f331fa30a57bab06661164546fcd Mon Sep 17 00:00:00 2001 From: MadAgos Date: Wed, 20 Jul 2016 00:46:08 +0200 Subject: [PATCH] una parentesi di troppo --- modules/azerothshard/src/server/plugins/AzthPlayerPlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/azerothshard/src/server/plugins/AzthPlayerPlg.cpp b/modules/azerothshard/src/server/plugins/AzthPlayerPlg.cpp index f50c76afda..6c6716045d 100644 --- a/modules/azerothshard/src/server/plugins/AzthPlayerPlg.cpp +++ b/modules/azerothshard/src/server/plugins/AzthPlayerPlg.cpp @@ -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();