diff options
author | Sar777 <orion.gm@yandex.ru> | 2015-07-22 19:29:23 +0200 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2015-07-22 19:30:04 +0200 |
commit | 1e6c8159dfd759043e7dbe61800215c049d4a7e8 (patch) | |
tree | b2b7225a0b3a82fc66a50f21600721c9cf03cd11 | |
parent | 116d3168fd33da6b2f5062141a18e10f40138db7 (diff) |
DB/Model: Fixup Impmodel
* closes #15142
-rw-r--r-- | sql/updates/world/2015_07_22_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_07_22_06_world.sql b/sql/updates/world/2015_07_22_06_world.sql new file mode 100644 index 00000000000..ca66003d2db --- /dev/null +++ b/sql/updates/world/2015_07_22_06_world.sql @@ -0,0 +1,4 @@ +-- 6.x only +DELETE FROM `creature_model_info` WHERE `DisplayID` = 64799; +INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `DisplayID_Other_Gender`) VALUES +(64799, 0, 0, 0); |