mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01: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