diff options
| author | Naddley <NaddleyTC@gmail.com> | 2024-09-30 14:28:55 +0200 |
|---|---|---|
| committer | Naddley <NaddleyTC@gmail.com> | 2024-09-30 14:28:55 +0200 |
| commit | dde2431d592b25610cb64823af06762199d985de (patch) | |
| tree | 4e40ab662db7cb92857fb86e59aef225f8122918 | |
| parent | 7072a88675ae35f4a6a4c7e20073cdd716012e68 (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>
| -rw-r--r-- | sql/updates/world/master/2024_09_30_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_09_30_01_world.sql b/sql/updates/world/master/2024_09_30_01_world.sql new file mode 100644 index 00000000000..c26eb876898 --- /dev/null +++ b/sql/updates/world/master/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); |
