diff options
author | Killyana <morphone1@gmail.com> | 2019-05-25 02:56:09 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-05-25 02:56:09 +0200 |
commit | 3731c4be958666af24a67aa7e7de1f9972f9f46d (patch) | |
tree | 9c897aad982fc9301d3cae316e9fd62f80ebe29d | |
parent | fdec429f189ac88381b1ba9f8d83ef5f4f9e0017 (diff) |
DB: Typo in the previous commit
-rw-r--r-- | sql/updates/world/3.3.5/2019_05_24_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_24_04_world.sql b/sql/updates/world/3.3.5/2019_05_24_04_world.sql new file mode 100644 index 00000000000..7a50bfd2401 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_24_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_addon` SET `visibilityDistanceType`=3 WHERE `entry` IN (21862); |