From 5bf15a14fe2a04e11f34f3038448fe3d3ee3073e Mon Sep 17 00:00:00 2001 From: Wyreth Date: Wed, 8 Nov 2017 23:23:21 +0100 Subject: DB/GameObject: Prevent Alliance from interacting with a Horde-only gameobject questgiver Closes #20823 --- sql/updates/world/3.3.5/2017_11_08_25_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_11_08_25_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_11_08_25_world.sql b/sql/updates/world/3.3.5/2017_11_08_25_world.sql new file mode 100644 index 00000000000..e20195b81db --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_08_25_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject_template_addon` SET `faction`=102 WHERE `entry`=182165; +UPDATE `quest_template` SET `AllowableRaces`=690 WHERE `ID`=9820; -- cgit v1.2.3