diff options
author | Subv2112 <s.v.h21@hotmail.com> | 2012-02-03 20:34:56 -0500 |
---|---|---|
committer | Subv2112 <s.v.h21@hotmail.com> | 2012-02-03 20:34:56 -0500 |
commit | 4b53325a332170ca6229213839ea7557cbd7d340 (patch) | |
tree | c79edfcc8ecc48d962c1b5944e48599729708361 | |
parent | 1975291a9847285df54c5719eb4ebabb47543dca (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.sql | 2 |
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; |