mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +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
This commit is contained in:
6
sql/updates/world/3.3.5/2017_08_28_00_world.sql
Normal file
6
sql/updates/world/3.3.5/2017_08_28_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user