MRMJ-1: Messenger & Skills fixes

This commit is contained in:
Mind Rapist
2025-12-14 05:15:02 +02:00
parent 44bc09631e
commit c34595a188
13 changed files with 202 additions and 188 deletions

View File

@@ -990,8 +990,8 @@ CREATE TABLE `player` (
`exit_x` int(11) NOT NULL DEFAULT 0,
`exit_y` int(11) NOT NULL DEFAULT 0,
`exit_map_index` int(11) NOT NULL DEFAULT 0,
`hp` smallint(4) NOT NULL DEFAULT 0,
`mp` smallint(4) NOT NULL DEFAULT 0,
`hp` int(11) NOT NULL DEFAULT 0,
`mp` int(11) NOT NULL DEFAULT 0,
`stamina` smallint(6) NOT NULL DEFAULT 0,
`random_hp` smallint(5) unsigned NOT NULL DEFAULT 0,
`random_sp` smallint(5) unsigned NOT NULL DEFAULT 0,