diff options
-rw-r--r-- | src/server/game/Groups/Group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Groups/Group.cpp b/src/server/game/Groups/Group.cpp index f8cf13c1112..324b0f44f27 100644 --- a/src/server/game/Groups/Group.cpp +++ b/src/server/game/Groups/Group.cpp @@ -2152,7 +2152,7 @@ void Group::ResetInstances(uint8 method, bool isRaid, bool isLegacy, Player* Sen // do not reset the instance, just unbind if others are permanently bound to it if (isEmpty && instanceSave->CanReset()) { - if (map && this->isRaidGroup() && map->IsDungeon() && SendMsgTo) + if (map && isRaidGroup() && map->IsDungeon() && SendMsgTo) { AreaTriggerStruct const* instanceEntrance = sObjectMgr->GetGoBackTrigger(map->GetId()); |