diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-01 17:58:42 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-11-01 17:58:42 +0100 |
| commit | a6e0c66964f259f85c5f0c16577657126791c14f (patch) | |
| tree | 4ff4bc017f3a60f34e2d8c4a073fd1bf46b41e4a | |
| parent | c630eb1c5b3a3b1b9a49bdce72a18934ce4f91a4 (diff) | |
DB/Creature: Fix some models
Wing Commander Gryphongar, Wodin the Troll-Servant, Rin'ji
Closes #20774
| -rw-r--r-- | sql/updates/world/3.3.5/2017_11_01_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_01_02_world.sql b/sql/updates/world/3.3.5/2017_11_01_02_world.sql new file mode 100644 index 00000000000..a367ad4d9f5 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_01_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID` IN (6485, 12829, 16389); +UPDATE `creature` SET `modelid`=0 WHERE `id`=7780; |
