mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/GameObject: Prevent Alliance from interacting with a Horde-only gameobject questgiver
Closes #20823
This commit is contained in:
3
sql/updates/world/3.3.5/2017_11_08_25_world.sql
Normal file
3
sql/updates/world/3.3.5/2017_11_08_25_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `gameobject_template_addon` SET `faction`=102 WHERE `entry`=182165;
|
||||
UPDATE `quest_template` SET `AllowableRaces`=690 WHERE `ID`=9820;
|
||||
Reference in New Issue
Block a user