From 378bf7627736136d56609f26e56c489fbd9e09ef Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 29 Apr 2019 08:18:04 +0200 Subject: [PATCH] DB: fixed a typo in sql from last commit --- sql/updates/world/custom/custom_2019_04_28_04_world.sql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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),