diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-02-01 00:32:34 +0100 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-02-01 05:39:34 +0100 |
commit | 02b3456b055cc81e5e71cdadab66cfe2630f5166 (patch) | |
tree | 277112e36e5ad3067e39fefb93130a437f086957 /sql/updates | |
parent | 30dc45e2dbd693e8e8165b7fea8fa3867bd44773 (diff) |
Core/Spells: Remove manual spell guid creation in scripts
(cherry picked from commit dbd761d20a1b2343ffd8bb778185a649e551b48a)
# Conflicts:
# sql/updates/world/cata_classic/2025_02_01_00_world.sql
# src/server/scripts/Commands/cs_misc.cpp
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'); |