mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 23:38:00 +00:00
DB/World/SpellArea: fix Return To Angrathar (lack of phasing after completing quest) (#283)
This commit is contained in:
1
azerothcore-wotlk
Submodule
1
azerothcore-wotlk
Submodule
Submodule azerothcore-wotlk added at bdad39fada
@@ -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