Scripts/Battlegrounds: Correct Isle of Conquest catapult launch movement

This commit is contained in:
Shauren
2025-11-22 20:47:38 +01:00
parent 30a1644804
commit b1ab5b7d62
3 changed files with 34 additions and 17 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_ioc_launch_exit_vehicle';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(66251, 'spell_ioc_launch_exit_vehicle');