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