From 4065b17c94859a7e7e312c0db621d9990095201e Mon Sep 17 00:00:00 2001 From: Trista Date: Fri, 28 Dec 2012 16:21:29 +0100 Subject: DB/Quest: remove deprecated version of Ally of the Netherwing Closes #2841 --- sql/updates/world/2012_12_28_03_world_disables.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2012_12_28_03_world_disables.sql (limited to 'sql') 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)'); -- cgit v1.2.3