From 7cd6b4b8ab0eaaf9b66942275d9ffccb77f802d6 Mon Sep 17 00:00:00 2001 From: JJ <3617814+joligario@users.noreply.github.com> Date: Thu, 19 Jan 2023 19:20:46 -0500 Subject: [PATCH] [SQL] Update 2023_01_15_merc_data.sql (#2763) Odd spacing. Someone fell asleep on the keyboard. --- utils/sql/git/required/2023_01_15_merc_data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,