diff options
author | Killyana <morphone1@gmail.com> | 2020-03-15 18:45:23 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-23 19:50:46 +0100 |
commit | 31d91c2d49c76716fb25db049ba0f84943b85093 (patch) | |
tree | 7e29f10f23bf8d3dae94543453d8af54302b5e24 | |
parent | 48d7a2afb98543c1e86a32c5500f980489c4c922 (diff) |
DB/Creature: Random models in Blackfathom Deeps
(cherry picked from commit 3c4133a2ff872d6e99d63b3657453b0e6f44455f)
-rw-r--r-- | sql/updates/world/master/2021_12_23_10_world_2020_03_15_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_23_10_world_2020_03_15_06_world.sql b/sql/updates/world/master/2021_12_23_10_world_2020_03_15_06_world.sql new file mode 100644 index 00000000000..fca3e216ab2 --- /dev/null +++ b/sql/updates/world/master/2021_12_23_10_world_2020_03_15_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `modelid`=0 WHERE `map`=48; |