diff options
author | Killyana <morphone1@gmail.com> | 2018-08-22 18:09:00 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-08-22 18:09:00 +0200 |
commit | 0bad03cfe117c4b659daba4e465d6394103f7cb0 (patch) | |
tree | a4ea704f5d17a41539d41501ca5ed0c2c2390e5e | |
parent | 8ad08aea91661e0db941233ba2c8bdeccc689dd8 (diff) |
DB/Creature: George Candarte
Closes #22293
-rw-r--r-- | sql/updates/world/3.3.5/2018_08_22_08_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_08_22_08_world_335.sql b/sql/updates/world/3.3.5/2018_08_22_08_world_335.sql new file mode 100644 index 00000000000..45ea25593de --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_22_08_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID` IN (3680); |