mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Scripts/Icecrown Citadel: Summons during Valithria Dreamwalker encounter should enter combat when spawning
This commit is contained in:
@@ -567,6 +567,8 @@ class npc_the_lich_king_controller : public CreatureScript
|
||||
{
|
||||
// must not be in dream phase
|
||||
summon->SetPhaseMask((summon->GetPhaseMask() & ~0x10), true);
|
||||
if (summon->GetEntry() != NPC_SUPPRESSER)
|
||||
summon->AI()->DoZoneInCombat();
|
||||
}
|
||||
|
||||
void UpdateAI(uint32 const diff)
|
||||
|
||||
Reference in New Issue
Block a user