Scripts/TSC: Corborus will now properly knock the Twilight Hammer enemies off the cliff

* fixed Jumping check for Quake
This commit is contained in:
Ovahlord
2018-11-07 02:07:01 +01:00
parent 938adaacdd
commit 793ec7378d
2 changed files with 34 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_sc_ring_wyrm_knockback';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(81235, 'spell_sc_ring_wyrm_knockback');