From 18dc739e4745d5f328b4db0cf9b79dca4b25da22 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 12 Feb 2015 15:02:15 +0100 Subject: DB/Quest: Your Place In The World By timsar2 & Gooyeth, closes #13864 --- sql/updates/world/2015_02_12_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2015_02_12_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_02_12_00_world.sql b/sql/updates/world/2015_02_12_00_world.sql new file mode 100644 index 00000000000..ff046037be6 --- /dev/null +++ b/sql/updates/world/2015_02_12_00_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `quest_template_addon` WHERE `ID`=25172; +INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`) VALUES +(25172, 25126); +UPDATE `quest_template` SET `AllowableRaces`=-1 WHERE `ID`=25126; +DELETE FROM `creature_queststarter` WHERE `id` IN (3098, 39317); +UPDATE `creature_template` SET `npcflag`=`npcflag` &~2 WHERE `entry` IN (3098, 39317); -- cgit v1.2.3