mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
[SQL] Update 2023_01_15_merc_data.sql (#2763)
Odd spacing. Someone fell asleep on the keyboard.
This commit is contained in:
parent
090019cf83
commit
7cd6b4b8ab
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user