mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
Scripts/CoS: Do not permabind players upon completing Mal'Ganis encounter on normal difficulty (#30339)
This commit is contained in:
@@ -87,8 +87,9 @@ class boss_mal_ganis : public CreatureScript
|
||||
_defeated = true;
|
||||
|
||||
// @todo hack most likely
|
||||
if (InstanceMap* map = instance->instance->ToInstanceMap())
|
||||
map->PermBindAllPlayers();
|
||||
if (instance->instance->IsHeroic())
|
||||
if (InstanceMap* map = instance->instance->ToInstanceMap())
|
||||
map->PermBindAllPlayers();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user