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 <[email protected]>
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user