diff options
author | Killyana <morphone1@gmail.com> | 2019-10-22 17:27:35 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-10-22 17:27:35 +0200 |
commit | 1e4f0619fd36c0c56812e43302e9e60ff20405b6 (patch) | |
tree | 3ca79a6a0a9e73e9f4bcdcae45d2e01270b6d49d | |
parent | 5e1b828365b69e198c4b9b305b574022a7552aae (diff) |
DB/Spell: Fix phasing in Foote Steppes
Closes #22867
-rw-r--r-- | sql/updates/world/3.3.5/2019_10_22_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_10_22_02_world.sql b/sql/updates/world/3.3.5/2019_10_22_02_world.sql new file mode 100644 index 00000000000..eeaa4ebea22 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_10_22_02_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_addon` SET `auras`="54500" WHERE `guid` IN (104811); +DELETE FROM `spell_area` WHERE `spell`=56582 AND `area`=4432; +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES +(56582, 4432, 0, 12973, 0, 0, 2, 1, 0, 11); +UPDATE `spell_area` SET `quest_end`=12973, `quest_end_status`=11 WHERE `spell`=55782 AND `area`=4432; |