diff options
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/cata_classic/2025_02_01_00_world_2025_02_01_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_02_01_00_world_2025_02_01_00_world.sql b/sql/updates/world/cata_classic/2025_02_01_00_world_2025_02_01_00_world.sql new file mode 100644 index 00000000000..c838c25806c --- /dev/null +++ b/sql/updates/world/cata_classic/2025_02_01_00_world_2025_02_01_00_world.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_icc_teleport_check'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(70781, 'spell_icc_teleport_check'), +(70856, 'spell_icc_teleport_check'), +(70857, 'spell_icc_teleport_check'), +(70858, 'spell_icc_teleport_check'), +(70859, 'spell_icc_teleport_check'), +(70860, 'spell_icc_teleport_check'), +(70861, 'spell_icc_teleport_check'); |