source: aowow/tools/sql/drop_indexes.sql

Last change on this file was 170, checked in by maron, 16 years ago
File size: 687 bytes
Line 
1DROP INDEX `aowow` ON `creature_loot_template`;
2DROP INDEX `aowow` ON `disenchant_loot_template`;
3DROP INDEX `aowow` ON `fishing_loot_template`;
4DROP INDEX `aowow` ON `gameobject_loot_template`;
5DROP INDEX `aowow` ON `item_loot_template`;
6DROP INDEX `aowow` ON `pickpocketing_loot_template`;
7DROP INDEX `aowow` ON `prospecting_loot_template`;
8DROP INDEX `aowow` ON `skinning_loot_template`;
9
10DROP INDEX `aowow_lootid` ON `creature_template`;
11DROP INDEX `aowow_skinloot` ON `creature_template`;
12DROP INDEX `aowow_pickpocketloot` ON `creature_template`;
13DROP INDEX `aowow_faction_A` ON `creature_template`;
14
15DROP INDEX `aowow_faction` ON `item_template`;
Note: See TracBrowser for help on using the repository browser.