DB/GameObject: Prevent Alliance from interacting with a Horde-only gameobject questgiver

Closes #20823
This commit is contained in:
Wyreth
2017-11-08 23:23:21 +01:00
committed by Killyana
parent 088a7ddb4e
commit 5bf15a14fe

View File

@@ -0,0 +1,3 @@
--
UPDATE `gameobject_template_addon` SET `faction`=102 WHERE `entry`=182165;
UPDATE `quest_template` SET `AllowableRaces`=690 WHERE `ID`=9820;