mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Core/Spells: Fix Hellscream's Warsong & Strength of Wrynn buffs. (#87)
This commit is contained in:
8
data/sql/updates/2016_08_14_01.sql
Normal file
8
data/sql/updates/2016_08_14_01.sql
Normal 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';
|
||||
Reference in New Issue
Block a user