parent
df77b5f4f7
commit
5ca6fe6fda
785 changed files with 133828 additions and 126861 deletions
|
|
@ -19,7 +19,7 @@ DROP TABLE IF EXISTS `character_battleground_random`;
|
|||
CREATE TABLE IF NOT EXISTS `character_battleground_random` (
|
||||
`guid` int unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`guid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
-- Dumping data for table acore_characters.character_battleground_random: ~0 rows (approximately)
|
||||
DELETE FROM `character_battleground_random`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue