mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Scripts/Icecrown Citadel: Stinky should only have his damage aura in combat
Closes #3519
This commit is contained in:
@@ -291,6 +291,10 @@ class npc_stinky_icc : public CreatureScript
|
||||
_events.Reset();
|
||||
_events.ScheduleEvent(EVENT_DECIMATE, urand(20000, 25000));
|
||||
_events.ScheduleEvent(EVENT_MORTAL_WOUND, urand(3000, 7000));
|
||||
}
|
||||
|
||||
void EnterCombat(Unit* /*target*/)
|
||||
{
|
||||
DoCast(me, SPELL_PLAGUE_STENCH);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user