mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
4
sql/updates/world/master/2024_09_30_01_world.sql
Normal file
4
sql/updates/world/master/2024_09_30_01_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user