diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 23:23:21 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-11-08 23:23:21 +0100 |
commit | 5bf15a14fe2a04e11f34f3038448fe3d3ee3073e (patch) | |
tree | b8f7fa8356056854ef32c27b95a9fc5586252e63 | |
parent | 088a7ddb4e8659e4f62c241c3065c137f533787b (diff) |
DB/GameObject: Prevent Alliance from interacting with a Horde-only gameobject questgiver
Closes #20823
-rw-r--r-- | sql/updates/world/3.3.5/2017_11_08_25_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |