diff options
author | Killyana <morphone1@gmail.com> | 2019-05-25 02:56:09 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-08 20:35:27 +0100 |
commit | e2e18ddd1a0c3ac72dfb8d54b24fcfd1d48c229f (patch) | |
tree | d3b87e0592645dcc1df0484cb0b7bfebcbf719e8 | |
parent | 229d35adba360cc8a2c8f5d6d4d2a4defc13477a (diff) |
DB: Typo in the previous commit
(cherry picked from commit 3731c4be958666af24a67aa7e7de1f9972f9f46d)
-rw-r--r-- | sql/updates/world/master/2021_12_08_03_world_2019_05_24_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_08_03_world_2019_05_24_04_world.sql b/sql/updates/world/master/2021_12_08_03_world_2019_05_24_04_world.sql new file mode 100644 index 00000000000..7a50bfd2401 --- /dev/null +++ b/sql/updates/world/master/2021_12_08_03_world_2019_05_24_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_addon` SET `visibilityDistanceType`=3 WHERE `entry` IN (21862); |