mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Copy paste typo
This commit is contained in:
@@ -75,7 +75,7 @@ CREATE TABLE IF NOT EXISTS `Player_DATA` (
|
||||
`PlayerName` varchar(128) CHARACTER SET utf8 NOT NULL DEFAULT 'Null',
|
||||
`PlayerMorality` int(11) NOT NULL DEFAULT '0',
|
||||
`PlayerSex` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`playerGroup` varchar(2048) NOT NULL DEFAULT '[]';
|
||||
`playerGroup` varchar(2048) NOT NULL DEFAULT '[]',
|
||||
PRIMARY KEY (`PlayerUID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user