mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
fix db name
This commit is contained in:
parent
123ec85b86
commit
85bf1c7943
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user