updated gitignore to include modules
This commit is contained in:
0
modules/mod-solocraft/data/.gitkeep
Normal file
0
modules/mod-solocraft/data/.gitkeep
Normal file
0
modules/mod-solocraft/data/sql/.gitkeep
Normal file
0
modules/mod-solocraft/data/sql/.gitkeep
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS `custom_solocraft_character_stats` (
|
||||
`GUID` bigint unsigned NOT NULL,
|
||||
`Difficulty` float NOT NULL,
|
||||
`GroupSize` int NOT NULL,
|
||||
`SpellPower` int unsigned NOT NULL DEFAULT '0',
|
||||
`Stats` float NOT NULL DEFAULT '100',
|
||||
PRIMARY KEY (`GUID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||
Reference in New Issue
Block a user