mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 04:59:41 -04:00
Fix Kinetic Bomb stuck after knockback effect.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user