mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Italian language support + Doc for dynamic slots and minor improvements (#37)
* Added Italian language support + usability improvements * cleaner sql file Co-authored-by: d3rp-jsx <15928886+derp-jsx@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
CREATE TABLE `multicharacter_slots` (
|
||||
`identifier` VARCHAR(60) NOT NULL DEFAULT '' COLLATE 'utf8mb4_unicode_ci',
|
||||
`slots` INT(11) NOT NULL DEFAULT '1'
|
||||
)
|
||||
COLLATE='utf8mb4_unicode_ci'
|
||||
ENGINE=InnoDB
|
||||
;
|
||||
`identifier` VARCHAR(60) NOT NULL,
|
||||
`slots` INT NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user