DB/Model: Fixup Impmodel

* closes #15142
This commit is contained in:
Sar777
2015-07-22 19:29:23 +02:00
committed by Rushor
parent 116d3168fd
commit 1e6c8159df

View File

@@ -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);