mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 22:27:34 +01:00
Scripts/TSC: Corborus will now properly knock the Twilight Hammer enemies off the cliff
* fixed Jumping check for Quake
This commit is contained in:
4
sql/updates/world/custom/custom_2018_11_07_00_world.sql
Normal file
4
sql/updates/world/custom/custom_2018_11_07_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user