DB/Westfall: Added spell_area data related to The Jansen Stead area

8447d9a6a5

Co-Authored-By: funjoker <funjoker109@gmail.com>
This commit is contained in:
Naddley
2024-09-30 14:28:55 +02:00
parent 7072a88675
commit dde2431d59

View File

@@ -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);