diff options
author | Killyana <morphone1@gmail.com> | 2022-11-15 20:36:25 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-01-12 22:55:18 +0100 |
commit | 8de62aee1e8aeea1082212b93e3c1b69acd299c3 (patch) | |
tree | adebea4655bf11ee611f9de42942a9e0a2722409 /sql | |
parent | 733f72c0620a34561b4c6015a3cedb10af57bd97 (diff) |
DB/GameObject: Update serverSide field for some traps to fix the invisibility issue
Closes #20479
(cherry picked from commit 8c082474b39e148f4cd8371db204b77cf28f315b)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_01_12_30_world_2022_11_15_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_12_30_world_2022_11_15_01_world.sql b/sql/updates/world/master/2023_01_12_30_world_2022_11_15_01_world.sql new file mode 100644 index 00000000000..13d3c03bdc9 --- /dev/null +++ b/sql/updates/world/master/2023_01_12_30_world_2022_11_15_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject_template` SET `data8`=1 WHERE `entry` IN (128972, 184718, 184722, 103575, 12653, 177529, 181214, 178248, 178124, 176750, 176592, 195304, 177493, 160842, 175328, 178963, 181831, 181838, 181840, 181842, 181844, 178324, 160462, 186471); |