fix(DB/Creature): immunities, spawn and equipment of Koltira Deathweaver (#25261)
This commit is contained in:
@@ -92,6 +92,7 @@ public:
|
||||
me->m_Events.KillAllEvents(false);
|
||||
me->SetUnitFlag(UNIT_FLAG_IMMUNE_TO_NPC);
|
||||
me->setActive(false);
|
||||
SetEquipmentSlots(true);
|
||||
}
|
||||
|
||||
void StartEvent()
|
||||
@@ -244,6 +245,8 @@ public:
|
||||
Talk(SAY_BREAKOUT2);
|
||||
DoCastSelf(SPELL_ANTI_MAGIC_ZONE);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user