From 4b53325a332170ca6229213839ea7557cbd7d340 Mon Sep 17 00:00:00 2001 From: Subv2112 Date: Fri, 3 Feb 2012 20:34:56 -0500 Subject: SQL/Quests: Quest Feedin' Da Goolz (12652) should be available to all races, fix by Armano --- sql/updates/world/2012_02_03_01_world_quest_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_02_03_01_world_quest_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_02_03_01_world_quest_template.sql b/sql/updates/world/2012_02_03_01_world_quest_template.sql new file mode 100644 index 00000000000..8f2b24425e7 --- /dev/null +++ b/sql/updates/world/2012_02_03_01_world_quest_template.sql @@ -0,0 +1,2 @@ +-- Set quest "Feedin' Da Goolz" available to all races +UPDATE `quest_template` SET `RequiredRaces`=1791 WHERE `entry`=12652; -- cgit v1.2.3