diff --git a/utils/sql/git/required/2023_01_15_merc_data.sql b/utils/sql/git/required/2023_01_15_merc_data.sql index f84d32b1f..c262dc43e 100644 --- a/utils/sql/git/required/2023_01_15_merc_data.sql +++ b/utils/sql/git/required/2023_01_15_merc_data.sql @@ -7047,7 +7047,7 @@ CREATE TABLE `mercs` `IsSuspended` tinyint(1) UNSIGNED NOT NULL DEFAULT 0, `TimerRemaining` int(11) UNSIGNED NOT NULL DEFAULT 0, `Gender` tinyint(3) UNSIGNED NOT NULL DEFAULT 0, - `MercSize` float NOT NULL DEFAULT 5, + `MercSize` float NOT NULL DEFAULT 5, `StanceID` tinyint(3) UNSIGNED NOT NULL DEFAULT 0, `HP` int(11) UNSIGNED NOT NULL DEFAULT 0, `Mana` int(11) UNSIGNED NOT NULL DEFAULT 0,