Skip to content

Commit 65fb531

Browse files
committed
Update Solocraft.sql
from tinyint to bigint ( every Character with GUID <255 can scale endless)
1 parent 0929297 commit 65fb531

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)