finalize fake characters logic

This commit is contained in:
ErikasKontenis
2021-05-07 22:36:08 +03:00
parent 02450e8840
commit 733f566e83
9 changed files with 212 additions and 27 deletions

View File

@@ -1155,7 +1155,8 @@ CREATE TABLE `players` (
`skill_shielding_tries` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`skill_fishing` int(10) UNSIGNED NOT NULL DEFAULT '10',
`skill_fishing_tries` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`deleted` tinyint(1) NOT NULL DEFAULT '0'
`deleted` tinyint(1) NOT NULL DEFAULT '0',
`fake_player` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--