From 9fa57479ca85d01e027c87341ca49ffee6d2acf8 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 22 Feb 2015 12:44:44 +0100 Subject: DB: Dropped unused tables --- sql/updates/world/2015_02_22_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_02_22_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_02_22_00_world.sql b/sql/updates/world/2015_02_22_00_world.sql new file mode 100644 index 00000000000..32391b6dc15 --- /dev/null +++ b/sql/updates/world/2015_02_22_00_world.sql @@ -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`; -- cgit v1.2.3