mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 19:13:49 +00:00
fix(Core/Grids): Grid improvements (#20955)
This commit is contained in:
@@ -125,7 +125,6 @@ struct boss_kelidan_the_breaker : public BossAI
|
||||
{
|
||||
Talk(SAY_DIE);
|
||||
_JustDied();
|
||||
me->GetMap()->LoadGrid(0, -111.0f);
|
||||
}
|
||||
|
||||
void ApplyImmunities(bool apply)
|
||||
|
||||
@@ -99,7 +99,6 @@ public:
|
||||
if (type == DATA_ENTERED_ROOM && data == DATA_ENTERED_ROOM && RescueTimer == 100 * MINUTE * IN_MILLISECONDS)
|
||||
{
|
||||
DoCastSpellOnPlayers(SPELL_KARGATHS_EXECUTIONER_1);
|
||||
instance->LoadGrid(230, -80);
|
||||
|
||||
if (Creature* kargath = GetCreature(DATA_KARGATH))
|
||||
sCreatureTextMgr->SendChat(kargath, GetTeamIdInInstance() == TEAM_ALLIANCE ? 3 : 4, nullptr, CHAT_MSG_ADDON, LANG_ADDON, TEXT_RANGE_MAP);
|
||||
|
||||
Reference in New Issue
Block a user