From 2592e1d1db80eb22223a5cfb292d589faa0abb73 Mon Sep 17 00:00:00 2001 From: Flekz Date: Sat, 10 Feb 2024 23:49:16 +0000 Subject: [PATCH] Remove drop indexes --- sql/world/ai_playerbot_indexes.sql | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sql/world/ai_playerbot_indexes.sql b/sql/world/ai_playerbot_indexes.sql index e5b619b83..eae931373 100644 --- a/sql/world/ai_playerbot_indexes.sql +++ b/sql/world/ai_playerbot_indexes.sql @@ -1,12 +1,3 @@ -DROP INDEX idx_gameobject_loot_template_item ON gameobject_loot_template; -DROP INDEX idx_disenchant_loot_template_item ON disenchant_loot_template; -DROP INDEX idx_fishing_loot_template_item ON fishing_loot_template; -DROP INDEX idx_item_loot_template_item ON item_loot_template; -DROP INDEX idx_pickpocketing_loot_template_item ON pickpocketing_loot_template; -DROP INDEX idx_reference_loot_template_item ON reference_loot_template; -DROP INDEX idx_skinning_loot_template_item ON skinning_loot_template; -DROP INDEX idx_creature_loot_template_item ON creature_loot_template; - create index idx_gameobject_loot_template_item on gameobject_loot_template(item); create index idx_disenchant_loot_template_item on disenchant_loot_template(item); create index idx_fishing_loot_template_item on fishing_loot_template(item);