Core/Spells: Fix Hellscream's Warsong & Strength of Wrynn buffs. (#87)

This commit is contained in:
Rival
2016-08-14 15:58:34 +03:00
committed by Shin
parent 90abbcd5d8
commit 293818a8f8

View File

@@ -0,0 +1,8 @@
ALTER TABLE world_db_version CHANGE COLUMN 2016_08_14_00 2016_08_14_01 bit;
-- Hellscream's Warsong
UPDATE `spell_area` SET `spell`='73822'
WHERE `spell`='73818' AND `area`='4812' AND `quest_start`='0' AND `aura_spell`='0' AND `racemask`='690' AND `gender`='2';
-- Strength of Wrynn
UPDATE `spell_area` SET `spell`='73828'
WHERE `spell`='73824' AND `area`='4812' AND `quest_start`='0' AND `aura_spell`='0' AND `racemask`='1101' AND `gender`='2';