mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -1,8 +0,0 @@
|
||||
|
||||
DROP TABLE IF EXISTS `instance_saved_go_state_data`;
|
||||
CREATE TABLE IF NOT EXISTS `instance_saved_go_state_data` (
|
||||
`id` INT UNSIGNED NOT NULL COMMENT 'instance.id',
|
||||
`guid` INT UNSIGNED NOT NULL COMMENT 'gameobject.guid',
|
||||
`state` TINYINT UNSIGNED DEFAULT '0' COMMENT 'gameobject.state',
|
||||
PRIMARY KEY (`id`, `guid`) USING BTREE
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
Reference in New Issue
Block a user