fix(DB/Gameobjects): Thwarting Kolkar Aggression objects should not be interactable without quest (#10326)

- Closes #9513
This commit is contained in:
UltraNix
2022-02-04 15:27:48 +01:00
committed by GitHub
parent 634e41fc1c
commit bfd390fd35

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642958777655299100');
UPDATE `gameobject_template_addon` SET `flags`=4 WHERE `entry` IN (3189,3190,3192);