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 420732e961)
This commit is contained in:
Dr-J
2017-08-28 15:32:55 +01:00
committed by Shauren
parent d0a655de12
commit 1b2dae376b

View File

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