diff --git a/data/sql/updates/pending_db_world/explosive-decoy-rabbit-model.sql b/data/sql/updates/pending_db_world/explosive-decoy-rabbit-model.sql new file mode 100644 index 000000000..790fff15d --- /dev/null +++ b/data/sql/updates/pending_db_world/explosive-decoy-rabbit-model.sql @@ -0,0 +1,6 @@ +DELETE FROM `creature_template_model` WHERE `CreatureID` = 29134; +INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES +(29134, 0, 6302, 1, 1, 51831), +(29134, 1, 1924, 1, 0, 51831), +(29134, 2, 2176, 1, 0, 51831), +(29134, 3, 304, 1, 0, 51831);