diff options
-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); |