diff options
author | Keader <keader.android@gmail.com> | 2018-09-30 02:49:46 -0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-12 00:16:29 +0100 |
commit | 10ed9d1850e8ab2c8b8fd6aa62a79137595ba0a3 (patch) | |
tree | 094eb4af5a6d66230d268365fe23bac40a8e267b | |
parent | 2fc55314eb2e567a66ccd7b80656487bf40b27a7 (diff) |
DB/Creature: Fixed wrong modelid of Jaina/Sylvanas in Forge of Souls
Close #22459
(cherry picked from commit 0757d155b0f37368fdd0f900dff83657bdfe16f5)
-rw-r--r-- | sql/updates/world/master/2021_11_11_15_world_2018_09_30_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_11_15_world_2018_09_30_00_world.sql b/sql/updates/world/master/2021_11_11_15_world_2018_09_30_00_world.sql new file mode 100644 index 00000000000..61d942cf4dc --- /dev/null +++ b/sql/updates/world/master/2021_11_11_15_world_2018_09_30_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `modelid`=0 WHERE `guid` IN (201765,201886); |