From 1e6c8159dfd759043e7dbe61800215c049d4a7e8 Mon Sep 17 00:00:00 2001 From: Sar777 Date: Wed, 22 Jul 2015 19:29:23 +0200 Subject: DB/Model: Fixup Impmodel * closes #15142 --- sql/updates/world/2015_07_22_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_07_22_06_world.sql (limited to 'sql/updates') 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); -- cgit v1.2.3