From 2ea5f417570000728ea71f7825a6c9b76609a527 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Sun, 7 Feb 2016 14:09:18 -0600 Subject: [PATCH] not a java guy, so don't shoot me if this isn't right, i'll test and revert if not --- .../sys.server/compiled/game/script/library/restuss_event.java | 2 +- .../crafting/community_crafting/component/base_component.java | 2 +- .../community_crafting/component/lightweight_turret.java | 2 +- .../game/script/theme_park/newbie_tutorial/tutorial_base.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/library/restuss_event.java b/sku.0/sys.server/compiled/game/script/library/restuss_event.java index d2dfc2575..938f7293b 100644 --- a/sku.0/sys.server/compiled/game/script/library/restuss_event.java +++ b/sku.0/sys.server/compiled/game/script/library/restuss_event.java @@ -6,7 +6,7 @@ import script.combat_engine.*; import java.util.Arrays; import java.util.Hashtable; import java.util.Vector; -import script.base_script; +import script.base_script.*; import script.library.groundquests; import script.library.badge; diff --git a/sku.0/sys.server/compiled/game/script/systems/crafting/community_crafting/component/base_component.java b/sku.0/sys.server/compiled/game/script/systems/crafting/community_crafting/component/base_component.java index 3c8d30f69..fb94f5090 100644 --- a/sku.0/sys.server/compiled/game/script/systems/crafting/community_crafting/component/base_component.java +++ b/sku.0/sys.server/compiled/game/script/systems/crafting/community_crafting/component/base_component.java @@ -11,7 +11,7 @@ import script.base_script; import script.library.utils; import script.library.craftinglib; -public class base_component extends script.systems.crafting.crafting_base +public class base_component extends script.systems.crafting.community_crafting { public base_component() { diff --git a/sku.0/sys.server/compiled/game/script/systems/crafting/community_crafting/component/lightweight_turret.java b/sku.0/sys.server/compiled/game/script/systems/crafting/community_crafting/component/lightweight_turret.java index 29ce66206..f39d5147d 100644 --- a/sku.0/sys.server/compiled/game/script/systems/crafting/community_crafting/component/lightweight_turret.java +++ b/sku.0/sys.server/compiled/game/script/systems/crafting/community_crafting/component/lightweight_turret.java @@ -11,7 +11,7 @@ import script.base_script; import script.library.utils; import script.library.craftinglib; -public class lightweight_turret extends script.systems.crafting.community_crafting.component.base_component +public class lightweight_turret extends script.systems.crafting.community_crafting.base_component { public lightweight_turret() { diff --git a/sku.0/sys.server/compiled/game/script/theme_park/newbie_tutorial/tutorial_base.java b/sku.0/sys.server/compiled/game/script/theme_park/newbie_tutorial/tutorial_base.java index a39304821..37b57309b 100644 --- a/sku.0/sys.server/compiled/game/script/theme_park/newbie_tutorial/tutorial_base.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/newbie_tutorial/tutorial_base.java @@ -21,7 +21,7 @@ import script.library.trainerlocs; import script.library.weapons; import script.library.skill; -public class tutorial_base extends script.base_script +public class tutorial_base extends script.theme_park { public tutorial_base() {