aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-01-08 13:22:22 +0100
committerKillyana <morphone1@gmail.com>2017-01-08 13:22:22 +0100
commit763beb694fd94115b3d7d3b63559b3db98047d00 (patch)
tree9233d9096294e89b9ec68ce4fd4d88bd672ba925
parente106a293fc5b4b24fc58970f1479893d8b49980c (diff)
DB/Quest: Battle Before The Citadel - Phasing
Closes #18761 By Rushor https://github.com/TrinityCore/TrinityCore/commit/f3462659f006a9c515c2ccdc1dabcdec21497a17#commitcomment-20396734
-rw-r--r--sql/updates/world/3.3.5/2017_01_08_02_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_08_02_world.sql b/sql/updates/world/3.3.5/2017_01_08_02_world.sql
new file mode 100644
index 00000000000..42a05c0a888
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_01_08_02_world.sql
@@ -0,0 +1,7 @@
+--
+DELETE FROM `spell_area` WHERE `quest_start` IN (13861, 13862, 13863, 13864) AND `area`=4522;
+INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
+(64576, 4522, 13864, 13864, 0, 0, 2, 1, 74, 11),
+(64576, 4522, 13861, 13861, 0, 0, 2, 1, 74, 11),
+(64576, 4522, 13862, 13862, 0, 0, 2, 1, 74, 11),
+(64576, 4522, 13863, 13863, 0, 0, 2, 1, 74, 11);