mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-04 14:44:54 +00:00
1.8c
- Better gloves operations - Changed gloves table
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user