From 7a09e4416faf12d96fb2a74e06e0fc42e805b5a6 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 15 Sep 2015 21:39:11 +0200 Subject: DB/Gameobject: Fix doors being clickable in the Tempest Keep. Faction and flags are from sniffs. (cherry picked from commit 748b6a313107ce7a91f336768201c633a4291867) --- sql/updates/world/2015_10_30_17_world_2015_09_15_02.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_10_30_17_world_2015_09_15_02.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_10_30_17_world_2015_09_15_02.sql b/sql/updates/world/2015_10_30_17_world_2015_09_15_02.sql new file mode 100644 index 00000000000..017cbd0d7ef --- /dev/null +++ b/sql/updates/world/2015_10_30_17_world_2015_09_15_02.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject_template` SET `faction`=1375, `flags`=32 WHERE `entry` IN (184322, 184324, 184325, 184326, 184327, 184328, 184329); -- cgit v1.2.3