mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
commit
0b81c0c7e6
0
sql/playerbots/archive/.gitkeep
Normal file
0
sql/playerbots/archive/.gitkeep
Normal file
@ -1,5 +1,3 @@
|
|||||||
USE acore_playerbots;
|
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_abbrevation`;
|
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_abbrevation`;
|
||||||
CREATE TABLE `playerbots_dungeon_suggestion_abbrevation` (
|
CREATE TABLE `playerbots_dungeon_suggestion_abbrevation` (
|
||||||
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,
|
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
USE acore_playerbots;
|
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_definition`;
|
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_definition`;
|
||||||
CREATE TABLE `playerbots_dungeon_suggestion_definition` (
|
CREATE TABLE `playerbots_dungeon_suggestion_definition` (
|
||||||
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,
|
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
USE acore_playerbots;
|
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_strategy`;
|
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_strategy`;
|
||||||
CREATE TABLE `playerbots_dungeon_suggestion_strategy` (
|
CREATE TABLE `playerbots_dungeon_suggestion_strategy` (
|
||||||
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,
|
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user