aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2016-02-10 21:16:38 +0100
committerRushor <PBienati@web.de>2016-02-10 21:16:38 +0100
commit16d386fe318707cd0d179e058739c4ceb17192ff (patch)
tree86a8efa306c905e0ebb4b6ac0d2c60902a053612
parent6f07e9fcd5901053355ce9e0d4de643042714089 (diff)
DB/Quest: Have They No Shame - AllowableRaces
* by Alastyr * closes #16510
-rw-r--r--sql/updates/world/2016_02_10_04_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_10_04_world.sql b/sql/updates/world/2016_02_10_04_world.sql
new file mode 100644
index 00000000000..e1dd6fa7603
--- /dev/null
+++ b/sql/updates/world/2016_02_10_04_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `quest_template` SET `AllowableRaces` = 1 + 4 + 8 + 64 + 1024 + 2097152 + 16777216 WHERE id=13094;
+UPDATE `quest_template` SET `AllowableRaces` = 2 + 16 + 32 + 128 + 256 + 512 + 33554432 WHERE id=13095;