Scripts/Icecrown Citadel: Fixed Festergut casting Gastric Bloat too often, patch by bytewarrior

Closes issue #4633.

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-11-03 16:48:40 +01:00
parent f2fdcdf8f3
commit 58bc1194d2

View File

@@ -233,6 +233,7 @@ class boss_festergut : public CreatureScript
me->CastCustomSpell(SPELL_GAS_SPORE, SPELLVALUE_MAX_TARGETS, RAID_MODE<int32>(2,3,2,3), me);
DoScriptText(EMOTE_GAS_SPORE, me);
events.ScheduleEvent(EVENT_GAS_SPORE, urand(40000, 45000));
break;
case EVENT_GASTRIC_BLOAT:
DoCastVictim(SPELL_GASTRIC_BLOAT);
events.ScheduleEvent(EVENT_GASTRIC_BLOAT, urand(15000, 17500));