Skip to content

Commit 131555f

Browse files
authored
Merge pull request #31 from Valoriaz/master
Update Solocraft.sql
2 parents 0929297 + 65fb531 commit 131555f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/sql/db-characters/Solocraft.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Structure for table custom_solocraft_character_stats
22
CREATE TABLE IF NOT EXISTS `custom_solocraft_character_stats` (
3-
`GUID` tinyint unsigned NOT NULL,
3+
`GUID` bigint unsigned NOT NULL,
44
`Difficulty` float NOT NULL,
55
`GroupSize` int NOT NULL,
66
`SpellPower` int unsigned NOT NULL DEFAULT '0',

0 commit comments

Comments
 (0)