aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2017-08-28 15:32:55 +0100
committerShauren <shauren.trinity@gmail.com>2020-08-23 17:55:57 +0200
commit1b2dae376ba2b87d03ca9586852546ba9d73bd0e (patch)
tree23646662f1a906eebbb94a35374a5b1022757a91
parentd0a655de12765804f05ee35ea26dcd4cc47fcc97 (diff)
DB/Misc: Kirin Tor Spirits force reaction
Abjurist Belmara, Cohlien Frostweaver, Conjurer Luminrath and Battle-Mage Dathric each should become neutral to players once there associated quest is rewarded (cherry picked from commit 420732e961e2577c8a5b0053ab0169142f0b47ec)
-rw-r--r--sql/updates/world/master/2020_08_23_07_world_2017_08_28_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_23_07_world_2017_08_28_00_world.sql b/sql/updates/world/master/2020_08_23_07_world_2017_08_28_00_world.sql
new file mode 100644
index 00000000000..2a2c2b4c646
--- /dev/null
+++ b/sql/updates/world/master/2020_08_23_07_world_2017_08_28_00_world.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_area` WHERE `spell` BETWEEN 36216 AND 36219;
+INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
+(36217, 3934, 10305, 0, 0, 0, 2, 1, 64, 11),
+(36218, 3934, 10306, 0, 0, 0, 2, 1, 64, 11),
+(36219, 3934, 10307, 0, 0, 0, 2, 1, 64, 11),
+(36216, 3924, 10182, 0, 0, 0, 2, 1, 64, 11);