aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-06-05 06:33:13 +0200
committerAokromes <Aokromes@users.noreply.github.com>2016-06-05 06:33:13 +0200
commit7f6b8ed4586d80755172639c4cfdd7130cf0b251 (patch)
tree316f1629a95995bcdf38ea3c65e845110a1c2af7
parent3cd66c90e9952245abb61d7902311c86949a9a30 (diff)
DB/Quest: Preparin' For Battle
Closes #9743 by Wylath
-rw-r--r--sql/updates/world/3.3.5/2016_06_05_10_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_05_10_world.sql b/sql/updates/world/3.3.5/2016_06_05_10_world.sql
new file mode 100644
index 00000000000..66c6e8dbc7c
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_06_05_10_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `spell_area` WHERE `spell` IN (74092, 74310);
+INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`) VALUES
+(74092,368,25495,25445,0,0,2,1,74),
+(74310,133,25287,25393,0,0,2,1,74);