forked from metin-server/m2dev-server
MRMJ-1: Messenger & Skills fixes
This commit is contained in:
@@ -61,7 +61,7 @@ CREATE TABLE `account` (
|
||||
|
||||
LOCK TABLES `account` WRITE;
|
||||
/*!40000 ALTER TABLE `account` DISABLE KEYS */;
|
||||
INSERT INTO `account` VALUES (1,'admin','*CC67043C7BCFF5EEA5566BD9B1F3C74FD9A5CF5D','1234567','','0000-00-00 00:00:00',0,'OK',0,0,0,'0000-00-00 00:00:00',0,1650,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,0,'',NULL,'2021-11-21 20:10:46'),(2,'test','*CC67043C7BCFF5EEA5566BD9B1F3C74FD9A5CF5D','1234567','','0000-00-00 00:00:00',0,'OK','',0,0,0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,0,'',NULL,'2021-08-06 11:42:12');
|
||||
INSERT INTO `account` VALUES (1,'admin','*CC67043C7BCFF5EEA5566BD9B1F3C74FD9A5CF5D','1234567','','0000-00-00 00:00:00',0,'OK',0,0,0,'0000-00-00 00:00:00',0,1650,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,0,'',NULL,'2021-11-21 20:10:46'),(2,'test','*CC67043C7BCFF5EEA5566BD9B1F3C74FD9A5CF5D','1234567','','0000-00-00 00:00:00',0,'OK',0,0,0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,0,'',NULL,'2021-08-06 11:42:12');
|
||||
/*!40000 ALTER TABLE `account` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user