From c8cde4acddd1e28233ac30a002652fd3278f066d Mon Sep 17 00:00:00 2001 From: Naddley Date: Mon, 30 Sep 2024 14:28:55 +0200 Subject: DB/Westfall: Added spell_area data related to The Jansen Stead area https://github.com/The-Cataclysm-Preservation-Project/TrinityCore/commit/8447d9a6a53196da6bdb47a23e041e05c84830df Co-Authored-By: funjoker (cherry picked from commit dde2431d592b25610cb64823af06762199d985de) --- .../world/cata_classic/2024_09_30_01_world_2024_09_30_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/cata_classic/2024_09_30_01_world_2024_09_30_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/cata_classic/2024_09_30_01_world_2024_09_30_01_world.sql b/sql/updates/world/cata_classic/2024_09_30_01_world_2024_09_30_01_world.sql new file mode 100644 index 00000000000..c26eb876898 --- /dev/null +++ b/sql/updates/world/cata_classic/2024_09_30_01_world_2024_09_30_01_world.sql @@ -0,0 +1,4 @@ +-- SpellArea +DELETE FROM `spell_area` WHERE `spell` = 79489 AND `area` = 40; +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES +(79489, 40, 0, 26232, 0, 0, 2, 3, 64, 9); -- cgit v1.2.3