From 88d94ef29c386324cc351f4859814bf5c23205ff Mon Sep 17 00:00:00 2001 From: vincent-michael Date: Tue, 1 Nov 2016 20:13:59 +0100 Subject: DB/Hotfixes: Cleanup old data --- sql/updates/hotfixes/master/2016_11_01_00_hotfixes.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sql/updates/hotfixes/master/2016_11_01_00_hotfixes.sql (limited to 'sql') diff --git a/sql/updates/hotfixes/master/2016_11_01_00_hotfixes.sql b/sql/updates/hotfixes/master/2016_11_01_00_hotfixes.sql new file mode 100644 index 00000000000..ed454a89cf1 --- /dev/null +++ b/sql/updates/hotfixes/master/2016_11_01_00_hotfixes.sql @@ -0,0 +1,14 @@ +TRUNCATE TABLE `area_poi`; +TRUNCATE TABLE `area_poi_state`; +TRUNCATE TABLE `chr_upgrade_bucket_spell`; +TRUNCATE TABLE `creature`; +TRUNCATE TABLE `creature_difficulty`; +TRUNCATE TABLE `curve_point`; +TRUNCATE TABLE `gameobjects`; +TRUNCATE TABLE `hotfix_data`; +TRUNCATE TABLE `item`; +TRUNCATE TABLE `item_sparse`; +TRUNCATE TABLE `spell_effect_group_size`; +TRUNCATE TABLE `spell_misc`; +TRUNCATE TABLE `tact_key`; +TRUNCATE TABLE `taxi_path_node`; -- cgit v1.2.3