mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user