diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
index 07900b269d46629c96315b5a2f92bfc3396c7fe1..382d0567e00d8a0ce71b8fdb1f5bf7c44a1253e9 100644
--- a/.settings/org.eclipse.jdt.core.prefs
+++ b/.settings/org.eclipse.jdt.core.prefs
@@ -220,7 +220,7 @@ org.eclipse.jdt.core.formatter.insert_new_line_after_label=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert
 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
-org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=insert
 org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert
 org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=insert
diff --git a/dist/tools/gs_cleanup.sql b/dist/tools/gs_cleanup.sql
deleted file mode 100644
index 7e29166ebd55f7d4fb49d9f03f2afa3afbb50e9e..0000000000000000000000000000000000000000
--- a/dist/tools/gs_cleanup.sql
+++ /dev/null
@@ -1,122 +0,0 @@
--- These queries are meant to delete any gameserver table you may have from previous
--- L2J installations.
---
--- Queries that create these tables and/or populate them apropiately are available in
--- the ../sql/ folder.
---
--- See the documentation.txt file for more details.  
-
-DROP TABLE IF EXISTS 
-account_gsdata,
-airships,
-auction,
-auction_bid,
-auction_watch,
-announcements,
-buylists,
-castle,
-castle_doorupgrade,
-castle_functions,
-castle_manor_procure,
-castle_manor_production,
-castle_siege_guards,
-character_contacts,
-character_friends,
-character_hennas,
-character_instance_time,
-character_item_reuse_save,
-character_macroses,
-character_norestart_zone_time,
-character_offline_trade_items,
-character_offline_trade,
-character_pet_skills_save,
-character_quest_global_data,
-character_quests,
-character_raid_points,
-character_recipebook,
-character_recipeshoplist,
-character_reco_bonus,
-character_shortcuts,
-character_skills,
-character_skills_save,
-character_subclasses,
-character_summons,
-character_summon_skills_save,
-character_tpbookmark,
-character_ui_actions,
-character_ui_categories,
-character_variables,
-characters,
-clan_data,
-clan_notices,
-clan_privs,
-clan_skills,
-clan_subpledges,
-clan_wars,
-clanhall,
-clanhall_functions,
-clanhall_siege_attackers,
-clanhall_siege_guards,
-crest,
-cursed_weapons,
-dimensional_rift,
-droplist,
-fort,
-fort_doorupgrade,
-fort_functions,
-fort_siege_guards,
-fort_spawnlist,
-fortsiege_clans,
-forums,
-four_sepulchers_spawnlist,
-games,
-global_tasks,
-global_variables,
-grandboss_data,
-grandboss_list,
-hellbound_spawnlist,
-herb_droplist_groups,
-heroes,
-heroes_diary,
-item_attributes,
-item_auction_bid,
-item_auction,
-item_elementals,
-items,
-itemsonground,
-locations,
-merchant_lease,
-messages,
-mods_wedding,
-npc,
-npc_buffer,
-npcaidata,
-npc_elementals,
-npcskills,
-olympiad_data,
-olympiad_fights,
-olympiad_nobles,
-olympiad_nobles_eom,
-petition_feedback,
-pets,
-pets_skills,
-posts,
-punishments,
-quest_global_data,
-raidboss_spawnlist,
-rainbowsprings_attacker_list,
-random_spawn,
-random_spawn_loc,
-seven_signs,
-seven_signs_festival,
-seven_signs_status,
-siegable_clanhall,
-siegable_hall_flagwar_attackers,
-siegable_hall_flagwar_attackers_members,
-siege_clans,
-spawnlist,
-teleport,
-territories,
-territory_registrations,
-territory_spawnlist,
-topic;
diff --git a/dist/tools/ls_cleanup.sql b/dist/tools/ls_cleanup.sql
deleted file mode 100644
index 12d83cd9a2f98f53abedecb81055e821e534215f..0000000000000000000000000000000000000000
--- a/dist/tools/ls_cleanup.sql
+++ /dev/null
@@ -1,12 +0,0 @@
--- These queries are meant to delete any loginserver table you may have from
--- previous L2J installations.
---
--- Queries that create these tables and/or populate them apropiately are
--- available in the ../sql/ folder. See the documentation.txt file
--- for more details.
-
-DROP TABLE IF EXISTS
-account_data,
-accounts,
-accounts_ipauth,
-gameservers;
\ No newline at end of file