mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Battlegrounds: Correct Isle of Conquest catapult launch movement
This commit is contained in:
3
sql/updates/world/master/2025_11_22_00_world.sql
Normal file
3
sql/updates/world/master/2025_11_22_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user