diff options
author | Trista <trista@trinity.contrib> | 2012-12-28 16:21:29 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-12-28 16:21:29 +0100 |
commit | 4065b17c94859a7e7e312c0db621d9990095201e (patch) | |
tree | 3ba84bd6f22e02e37150941752c54ef12d7f76d8 /sql | |
parent | 52f7a7b224151f67320e3e069816ba66494a6b1b (diff) |
DB/Quest: remove deprecated version of Ally of the Netherwing
Closes #2841
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2012_12_28_03_world_disables.sql | 3 |
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)'); |