diff options
author | Grz3s <Grz3s@users.noreply.github.com> | 2020-11-13 17:41:36 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-01 00:05:20 +0100 |
commit | d78f9360b5eb273a2ae8e57429afb9201740b247 (patch) | |
tree | 46857c7935fb386df17cff5ec4f7dd6af53edf9d | |
parent | 5eb1c60c4e2ec5f5882cb00f3221db2120bd1e85 (diff) |
DB/Creature: Update Vol'jin's model to 3.3.5
May be not valid for master
(cherry picked from commit 127da4b9bdfbadf7c69368003a3a1443a5411eff)
-rw-r--r-- | sql/updates/world/master/2022_02_28_71_world_2020_11_13_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_71_world_2020_11_13_00_world.sql b/sql/updates/world/master/2022_02_28_71_world_2020_11_13_00_world.sql new file mode 100644 index 00000000000..fbe7777e45a --- /dev/null +++ b/sql/updates/world/master/2022_02_28_71_world_2020_11_13_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `modelid` = 31736 WHERE `id` = 10540; |