aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubv2112 <s.v.h21@hotmail.com>2012-02-03 20:34:56 -0500
committerSubv2112 <s.v.h21@hotmail.com>2012-02-03 20:34:56 -0500
commit4b53325a332170ca6229213839ea7557cbd7d340 (patch)
treec79edfcc8ecc48d962c1b5944e48599729708361
parent1975291a9847285df54c5719eb4ebabb47543dca (diff)
SQL/Quests: Quest Feedin' Da Goolz (12652) should be available to all races, fix by Armano
-rw-r--r--sql/updates/world/2012_02_03_01_world_quest_template.sql2
1 files changed, 2 insertions, 0 deletions
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;