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.
2 parents 0929297 + 65fb531 commit 131555fCopy full SHA for 131555f
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