Fix Kinetic Bomb stuck after knockback effect.

This commit is contained in:
Keader
2016-01-28 17:20:41 -03:00
parent 942403be0c
commit 36648d1079

View File

@@ -1222,6 +1222,7 @@ class npc_kinetic_bomb : public CreatureScript
_x = 0.f;
_y = 0.f;
_groundZ = 0.f;
me->ApplySpellImmune(0, IMMUNITY_EFFECT, SPELL_EFFECT_KNOCK_BACK, true);
}
void Reset() override