aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-10-30 23:44:01 +0100
committerKillyana <morphone1@gmail.com>2015-10-30 23:44:01 +0100
commitcd59788ab4be1b7db54160887ec0320b9294e020 (patch)
treec183b2d965b747efe74da73ecf509539f9c1b931
parent81488366c0d0c096644638c79b658f78d680ab78 (diff)
DB/Creature: Fix some wrong models
-rw-r--r--sql/updates/world/2015_10_30_33_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_30_33_world.sql b/sql/updates/world/2015_10_30_33_world.sql
new file mode 100644
index 00000000000..3b419524c5e
--- /dev/null
+++ b/sql/updates/world/2015_10_30_33_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID` IN (16046, 3258, 14533);
+UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry` IN (22434,22435,22447,22383);