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,