aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvincent-michael <vincent_michael@gmx.de>2016-11-01 20:13:59 +0100
committervincent-michael <vincent_michael@gmx.de>2016-11-01 20:13:59 +0100
commit88d94ef29c386324cc351f4859814bf5c23205ff (patch)
tree357730238d72ccfe857142aaa0599e5bfbb1f7f2
parent28f891df85a6d66f09681419fb24ed9a2e4ba116 (diff)
DB/Hotfixes: Cleanup old data
-rw-r--r--sql/updates/hotfixes/master/2016_11_01_00_hotfixes.sql14
1 files changed, 14 insertions, 0 deletions
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`;