aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2016_06_15_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_15_00_world.sql b/sql/updates/world/3.3.5/2016_06_15_00_world.sql
new file mode 100644
index 00000000000..286d86dd7d3
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_06_15_00_world.sql
@@ -0,0 +1,7 @@
+--
+UPDATE `quest_template` SET `AllowableRaces`=32 WHERE `ID`=748;
+
+UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=364;
+UPDATE `quest_template` SET `AllowableRaces`=0 WHERE `ID` IN (364, 3901);
+
+UPDATE `quest_template` SET `AllowableRaces`=0 WHERE `ID` IN (367, 368, 369, 492);