summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltraNix <80540499+UltraNix@users.noreply.github.com>2022-02-04 15:27:48 +0100
committerGitHub <noreply@github.com>2022-02-04 15:27:48 +0100
commitbfd390fd35d0e6a84be5378f57d174dcad51a3c0 (patch)
treedc56816c2ef66ec0f2fe63afbcb8cb7c7e21b448
parent634e41fc1ca0b803253076b904a0bb13385bb41c (diff)
fix(DB/Gameobjects): Thwarting Kolkar Aggression objects should not be interactable without quest (#10326)
- Closes #9513
-rw-r--r--data/sql/updates/pending_db_world/rev_1642958777655299100.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1642958777655299100.sql b/data/sql/updates/pending_db_world/rev_1642958777655299100.sql
new file mode 100644
index 0000000000..05be5ece02
--- /dev/null
+++ b/data/sql/updates/pending_db_world/rev_1642958777655299100.sql
@@ -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);