From 9f513429e0204c90fc990ab41f6c5fba9c84b36d 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 (cherry picked from commit 5bf15a14fe2a04e11f34f3038448fe3d3ee3073e) --- sql/updates/world/master/2021_01_26_00_world_2017_11_08_25_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_01_26_00_world_2017_11_08_25_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_01_26_00_world_2017_11_08_25_world.sql b/sql/updates/world/master/2021_01_26_00_world_2017_11_08_25_world.sql new file mode 100644 index 00000000000..d609696d59c --- /dev/null +++ b/sql/updates/world/master/2021_01_26_00_world_2017_11_08_25_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `gameobject_template_addon` SET `faction`=102 WHERE `entry`=182165; +-- we don't hack templates +-- UPDATE `quest_template` SET `AllowableRaces`=690 WHERE `ID`=9820; -- cgit v1.2.3