aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-09-15 21:39:11 +0200
committerKillyana <morphone1@gmail.com>2015-09-15 21:39:11 +0200
commit748b6a313107ce7a91f336768201c633a4291867 (patch)
treefdfe888a1347d9ee79126735357784d1ccf4b0d1
parent1321427901c239f7977cc35deda1161aca98f085 (diff)
DB/Gameobject: Fix doors being clickable in the Tempest Keep.
Faction and flags are from sniffs.
-rw-r--r--sql/updates/world/2015_09_15_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_15_02_world.sql b/sql/updates/world/2015_09_15_02_world.sql
new file mode 100644
index 00000000000..017cbd0d7ef
--- /dev/null
+++ b/sql/updates/world/2015_09_15_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `gameobject_template` SET `faction`=1375, `flags`=32 WHERE `entry` IN (184322, 184324, 184325, 184326, 184327, 184328, 184329);