diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-08-02 14:42:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-02 14:42:48 +0200 |
| commit | 21fc0bfbf318c0426ec227f20f75fe0d871cd165 (patch) | |
| tree | 97f1eca2bf3a8abf4871fd46870bd53a7af30eef | |
| parent | df511503815b7798c83acbffbb1ce5208f189ce7 (diff) | |
Fix typo in base sql
| -rw-r--r-- | sql/base/characters_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index ac36c3a6462..22dabc91602 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -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'; |
