aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)');