aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-10-29 16:20:21 +0100
committerKillyana <morphone1@gmail.com>2017-10-29 16:20:21 +0100
commitaa03f587fe9375d9696711bfd107aa8a6d301f2b (patch)
treea492a600f607569044846244afbf40057f775e77
parentfc1d8113e678ab1572a85f345d715360dd0a3ca4 (diff)
DB/Creature: Commander Hobb model fix
Closes #20334
-rw-r--r--sql/updates/world/3.3.5/2017_10_29_05_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_29_05_world.sql b/sql/updates/world/3.3.5/2017_10_29_05_world.sql
new file mode 100644
index 00000000000..5995ef0c624
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_29_05_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID` IN (21505);