From 29cddd4e8eec1b8c94969520d83793753ead19c9 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 15 Oct 2016 18:26:11 +0200 Subject: DB/Quest: fix race availability for four quests (that should be Human only). --- sql/updates/world/3.3.5/2016_10_15_07_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_15_07_world_335.sql (limited to 'sql') 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); -- cgit v1.2.3