Core/Scripts: Professor Putricide - Fixed Tear Gas spell sometimes dont casted in phase transitions (#18425)

Closes: #7972
This commit is contained in:
Keader
2016-12-07 13:45:39 -02:00
committed by joschiwald
parent 891551e845
commit 973f6b04ed

View File

@@ -340,6 +340,9 @@ class boss_professor_putricide : public CreatureScript
void DamageTaken(Unit* /*attacker*/, uint32& /*damage*/) override
{
if (me->HasUnitState(UNIT_STATE_CASTING))
return;
switch (_phase)
{
case PHASE_COMBAT_1: