[SQL] Update 2023_01_15_merc_data.sql (#2763)

Odd spacing. Someone fell asleep on the keyboard.
This commit is contained in:
JJ 2023-01-19 19:20:46 -05:00 committed by GitHub
parent 090019cf83
commit 7cd6b4b8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,