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
This commit is contained in:
Dr-J
2017-08-28 15:32:55 +01:00
committed by Aokromes
parent 9c7160e028
commit 3fcbd03618

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`, `autocast`, `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);