mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
DB/World/SpellArea: fix Return To Angrathar (lack of phasing after completing quest) (#283)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
UPDATE `spell_area` SET `area`='4169' WHERE (`spell`='58932') AND (`area`='4171') AND (`quest_start`='12499') AND (`aura_spell`='0') AND (`racemask`='0') AND (`gender`='2') LIMIT 1;
|
||||
|
||||
UPDATE `spell_area` SET `area`='4170' WHERE (`spell`='58932') AND (`area`='4171') AND (`quest_start`='12500') AND (`aura_spell`='0') AND (`racemask`='0') AND (`gender`='2') LIMIT 1;
|
||||
|
||||
Reference in New Issue
Block a user