diff options
author | Killyana <morphone1@gmail.com> | 2019-03-23 00:35:12 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-03-23 00:35:12 +0100 |
commit | d31a2815af2483cab5490afb9f6d7d8cd441051c (patch) | |
tree | cc7e2d42919466f17f13b9e6a2a20e034650beb1 | |
parent | 71c673c593a5a4147d09689a16abfe89fa44bb99 (diff) |
DB/Spells: Sparkles for the quest Fear No Evil
-rw-r--r-- | sql/updates/world/master/2019_03_23_00_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_03_23_00_world.sql b/sql/updates/world/master/2019_03_23_00_world.sql new file mode 100644 index 00000000000..af444ce658c --- /dev/null +++ b/sql/updates/world/master/2019_03_23_00_world.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `spell_area` WHERE `spell` IN (84459) AND `area`=9; +INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`flags`,`quest_start_status`,`quest_end_status`) VALUES +(84459,9,28806,0,0,0,2,3,8,67), +(84459,9,28808,0,0,0,2,3,8,67), +(84459,9,28809,0,0,0,2,3,8,67), +(84459,9,28810,0,0,0,2,3,8,67), +(84459,9,28811,0,0,0,2,3,8,67), +(84459,9,28812,0,0,0,2,3,8,67), +(84459,9,28813,0,0,0,2,3,8,67), +(84459,9,29082,0,0,0,2,3,8,67); |