diff --git a/sql/updates/world/custom/custom_2019_04_28_04_world.sql b/sql/updates/world/custom/custom_2019_04_28_04_world.sql index cd72934f8c6..39327a391a0 100644 --- a/sql/updates/world/custom/custom_2019_04_28_04_world.sql +++ b/sql/updates/world/custom/custom_2019_04_28_04_world.sql @@ -1,4 +1,3 @@ -/* TRUNCATE TABLE `creature_sparring_template`; ALTER TABLE `creature_sparring_template` @@ -6,8 +5,7 @@ ALTER TABLE `creature_sparring_template` CHANGE `AttackerEntry` `CreatureID` MEDIUMINT(8) UNSIGNED NOT NULL, DROP PRIMARY KEY, ADD PRIMARY KEY (`CreatureID`); - - */ + INSERT INTO `creature_sparring_template` (`CreatureID`, `HealthLimitPct`) VALUES (98, 85), (123, 85),