- Better gloves operations
- Changed gloves table
This commit is contained in:
Dawid Bepierszcz
2024-02-20 12:51:14 +01:00
parent 267de3c4de
commit b1920f312c
8 changed files with 52 additions and 33 deletions

View File

@@ -58,7 +58,6 @@ namespace WeaponPaints
@"CREATE TABLE IF NOT EXISTS `wp_player_gloves` (
`steamid` varchar(64) NOT NULL,
`weapon_defindex` int(11) NOT NULL,
`paint` int(11) NOT NULL,
UNIQUE (`steamid`)
) ENGINE=InnoDB"
};