From 85bf1c794377e8c3158af5b6b9a6183be595b0dc Mon Sep 17 00:00:00 2001 From: Alvin Zhu Date: Mon, 23 Jan 2023 12:46:17 +0800 Subject: [PATCH] fix db name --- .../base/playerbots_dungeon_suggestion_abbrevation.sql | 2 -- .../base/playerbots_dungeon_suggestion_definition.sql | 2 -- sql/playerbots/base/playerbots_dungeon_suggestion_strategy.sql | 2 -- 3 files changed, 6 deletions(-) diff --git a/sql/playerbots/base/playerbots_dungeon_suggestion_abbrevation.sql b/sql/playerbots/base/playerbots_dungeon_suggestion_abbrevation.sql index cca6372a..5aac7306 100644 --- a/sql/playerbots/base/playerbots_dungeon_suggestion_abbrevation.sql +++ b/sql/playerbots/base/playerbots_dungeon_suggestion_abbrevation.sql @@ -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, diff --git a/sql/playerbots/base/playerbots_dungeon_suggestion_definition.sql b/sql/playerbots/base/playerbots_dungeon_suggestion_definition.sql index 6f532e09..046ef88d 100644 --- a/sql/playerbots/base/playerbots_dungeon_suggestion_definition.sql +++ b/sql/playerbots/base/playerbots_dungeon_suggestion_definition.sql @@ -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, diff --git a/sql/playerbots/base/playerbots_dungeon_suggestion_strategy.sql b/sql/playerbots/base/playerbots_dungeon_suggestion_strategy.sql index 98147e28..af528138 100644 --- a/sql/playerbots/base/playerbots_dungeon_suggestion_strategy.sql +++ b/sql/playerbots/base/playerbots_dungeon_suggestion_strategy.sql @@ -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,