db.mojotrollz.eu/sql/drop_indexes.sql
TheLuda 947f95fb20 Imported AoWoW.
This version of AoWoW is based on https://github.com/udw/udwbase and is
not yet usable.

An initial amount of testing has been finished, and you can import the
aowow.sql database into your world database, and create a local copy of
config.php.in as config.php to test this version.

FirePHP (http://firephp.org/) has been added for testing purposes.

Signed-off-by: TheLuda <theluda@getmangos.com>
2011-09-25 20:57:24 +02:00

27 lines
1.2 KiB
SQL

DROP INDEX `aowow` ON `creature_loot_template`;
DROP INDEX `aowow` ON `disenchant_loot_template`;
DROP INDEX `aowow` ON `fishing_loot_template`;
DROP INDEX `aowow` ON `gameobject_loot_template`;
DROP INDEX `aowow` ON `item_loot_template`;
DROP INDEX `aowow` ON `pickpocketing_loot_template`;
DROP INDEX `aowow` ON `prospecting_loot_template`;
DROP INDEX `aowow` ON `skinning_loot_template`;
DROP INDEX `aowow` ON `reference_loot_template`;
DROP INDEX `aowow_item` ON `creature_loot_template`;
DROP INDEX `aowow_item` ON `disenchant_loot_template`;
DROP INDEX `aowow_item` ON `fishing_loot_template`;
DROP INDEX `aowow_item` ON `gameobject_loot_template`;
DROP INDEX `aowow_item` ON `item_loot_template`;
DROP INDEX `aowow_item` ON `pickpocketing_loot_template`;
DROP INDEX `aowow_item` ON `prospecting_loot_template`;
DROP INDEX `aowow_item` ON `skinning_loot_template`;
DROP INDEX `aowow_item` ON `reference_loot_template`;
DROP INDEX `aowow_lootid` ON `creature_template`;
DROP INDEX `aowow_skinloot` ON `creature_template`;
DROP INDEX `aowow_pickpocketloot` ON `creature_template`;
DROP INDEX `aowow_faction_A` ON `creature_template`;
DROP INDEX `aowow_faction` ON `item_template`;