From 316e2c2f89c05840c2c39a9b33fa1ecc7e25101d Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Thu, 15 Sep 2016 14:42:42 +0200 Subject: DB/Quest: fix faction availability for Past Endeavors. Was made available to both factions during early TBC. --- sql/updates/world/3.3.5/2016_09_15_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_15_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_09_15_04_world.sql b/sql/updates/world/3.3.5/2016_09_15_04_world.sql new file mode 100644 index 00000000000..14835ed2f1b --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_15_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template` SET `AllowableRaces`=0 WHERE `Id`=5057; -- cgit v1.2.3