diff options
-rw-r--r-- | sql/updates/hotfixes/master/2016_11_01_00_hotfixes.sql | 14 |
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`; |