diff options
author | Killyana <morphone1@gmail.com> | 2020-03-15 18:45:23 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-03-15 18:45:23 +0100 |
commit | 3c4133a2ff872d6e99d63b3657453b0e6f44455f (patch) | |
tree | 1825890e6f3ad9ae5b0f45b49df97a78143ff04f | |
parent | 3287d296772b7cec9fb1618c1794e6acf461cdcd (diff) |
DB/Creature: Random models in Blackfathom Deeps
-rw-r--r-- | sql/updates/world/3.3.5/2020_03_15_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_15_06_world.sql b/sql/updates/world/3.3.5/2020_03_15_06_world.sql new file mode 100644 index 00000000000..fca3e216ab2 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_15_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `modelid`=0 WHERE `map`=48; |