diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 23:23:21 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-01-29 19:23:53 +0100 |
commit | 9f513429e0204c90fc990ab41f6c5fba9c84b36d (patch) | |
tree | 6db1027f9327bf61da2a8c724b77abad2fea2c9f | |
parent | 36d2a6576b2bbc8f455e20a58a459bc41938fb34 (diff) |
DB/GameObject: Prevent Alliance from interacting with a Horde-only gameobject questgiver
Closes #20823
(cherry picked from commit 5bf15a14fe2a04e11f34f3038448fe3d3ee3073e)
-rw-r--r-- | sql/updates/world/master/2021_01_26_00_world_2017_11_08_25_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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; |