mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
fix db name
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
USE acore_playerbots;
|
||||
|
||||
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_abbrevation`;
|
||||
CREATE TABLE `playerbots_dungeon_suggestion_abbrevation` (
|
||||
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
USE acore_playerbots;
|
||||
|
||||
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_definition`;
|
||||
CREATE TABLE `playerbots_dungeon_suggestion_definition` (
|
||||
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
USE acore_playerbots;
|
||||
|
||||
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_strategy`;
|
||||
CREATE TABLE `playerbots_dungeon_suggestion_strategy` (
|
||||
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,
|
||||
|
||||
Reference in New Issue
Block a user