diff options
| author | Naddley <NaddleyTC@gmail.com> | 2024-09-30 14:28:55 +0200 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2024-09-30 20:12:21 +0200 |
| commit | c8cde4acddd1e28233ac30a002652fd3278f066d (patch) | |
| tree | 22d059d000bf1bd6b04a99140ad842dea6d8da4f | |
| parent | 2fed819593cb9047143679824f87a23a33be71b3 (diff) | |
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 <funjoker109@gmail.com>
(cherry picked from commit dde2431d592b25610cb64823af06762199d985de)
| -rw-r--r-- | sql/updates/world/cata_classic/2024_09_30_01_world_2024_09_30_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
