aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-10-15 18:26:11 +0200
committerGitHub <noreply@github.com>2016-10-15 18:26:11 +0200
commit29cddd4e8eec1b8c94969520d83793753ead19c9 (patch)
tree2507dfbeb10f1b2d55d2900d9fe03f177b7e2f89
parent1ecdea5374f331f0c71e543e713592baa21e6e99 (diff)
DB/Quest: fix race availability for four quests (that should be Human only).
-rw-r--r--sql/updates/world/3.3.5/2016_10_15_07_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_15_07_world_335.sql b/sql/updates/world/3.3.5/2016_10_15_07_world_335.sql
new file mode 100644
index 00000000000..39c09cc0185
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_10_15_07_world_335.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `quest_template` SET `AllowableRaces`=1 WHERE `ID` IN (6181, 6281, 6261, 6285);