Fix typo in base sql

This commit is contained in:
Shauren
2024-08-02 14:42:48 +02:00
committed by GitHub
parent df51150381
commit 21fc0bfbf3

View File

@@ -2312,7 +2312,7 @@ CREATE TABLE `groups` (
`raidDifficulty` tinyint unsigned NOT NULL DEFAULT '14',
`legacyRaidDifficulty` tinyint unsigned NOT NULL DEFAULT '3',
`masterLooterGuid` bigint unsigned NOT NULL,
`pingRestriction` tinying NOT NULL,
`pingRestriction` tinyint NOT NULL,
PRIMARY KEY (`guid`),
KEY `leaderGuid` (`leaderGuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Groups';