diff options
| author | Killyana <morphone1@gmail.com> | 2015-09-15 21:39:11 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-10-30 14:12:02 +0100 |
| commit | 7a09e4416faf12d96fb2a74e06e0fc42e805b5a6 (patch) | |
| tree | 711c0a60e7d3f650e20960845bc042efdc4c2f5d | |
| parent | f1db5dad5bbc9289e94b4691cdbe46868c815be8 (diff) | |
DB/Gameobject: Fix doors being clickable in the Tempest Keep.
Faction and flags are from sniffs.
(cherry picked from commit 748b6a313107ce7a91f336768201c633a4291867)
| -rw-r--r-- | sql/updates/world/2015_10_30_17_world_2015_09_15_02.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
