aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrista <trista@trinity.contrib>2012-12-28 16:21:29 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-12-28 16:21:29 +0100
commit4065b17c94859a7e7e312c0db621d9990095201e (patch)
tree3ba84bd6f22e02e37150941752c54ef12d7f76d8
parent52f7a7b224151f67320e3e069816ba66494a6b1b (diff)
DB/Quest: remove deprecated version of Ally of the Netherwing
Closes #2841
-rw-r--r--sql/updates/world/2012_12_28_03_world_disables.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_28_03_world_disables.sql b/sql/updates/world/2012_12_28_03_world_disables.sql
new file mode 100644
index 00000000000..017e3aea8c1
--- /dev/null
+++ b/sql/updates/world/2012_12_28_03_world_disables.sql
@@ -0,0 +1,3 @@
+-- Remove deprecated older version of "Ally of the Netherwing"
+DELETE FROM `disables` WHERE `entry`=10871 AND `sourceType`=1;
+INSERT INTO `disables` (`sourceType`,`entry`,`comment`) VALUES (1,10871, 'Deprecated quest - Ally of the Netherwing (first version - when it was for alliance only, reworked after 3.3.0)');