mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Big update.
This commit is contained in:
9
sql/world/world_emotetextsound_dbc.sql
Normal file
9
sql/world/world_emotetextsound_dbc.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
DROP TABLE IF EXISTS `emotetextsound_dbc`;
|
||||
CREATE TABLE `emotetextsound_dbc` (
|
||||
`Id` INT NOT NULL DEFAULT '0',
|
||||
`EmotesTextId` INT NOT NULL DEFAULT '0',
|
||||
`RaceId` INT NOT NULL DEFAULT '0',
|
||||
`SexId` INT NOT NULL DEFAULT '0',
|
||||
`SoundId` INT NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`Id`) USING BTREE
|
||||
) ENGINE=MYISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC;
|
||||
Reference in New Issue
Block a user