DB: Dropped unused tables

This commit is contained in:
Shauren
2015-02-22 12:44:44 +01:00
parent 40b6736f69
commit 9fa57479ca
4 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
DROP TABLE IF EXISTS `spelldifficulty_dbc`;
DROP TABLE IF EXISTS `item_template`;
DROP TABLE IF EXISTS `locales_item`;
DROP TABLE IF EXISTS `broadcast_text`;