We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0929297 commit 65fb531Copy full SHA for 65fb531
data/sql/db-characters/Solocraft.sql
@@ -1,6 +1,6 @@
1
-- Structure for table custom_solocraft_character_stats
2
CREATE TABLE IF NOT EXISTS `custom_solocraft_character_stats` (
3
- `GUID` tinyint unsigned NOT NULL,
+ `GUID` bigint unsigned NOT NULL,
4
`Difficulty` float NOT NULL,
5
`GroupSize` int NOT NULL,
6
`SpellPower` int unsigned NOT NULL DEFAULT '0',
0 commit comments