diff --git a/game/plugin/locations/al-kharid/src/npcs.plugin.kts b/game/plugin/locations/al-kharid/src/npcs.plugin.kts index 7fd53bd7..71fa6ce0 100644 --- a/game/plugin/locations/al-kharid/src/npcs.plugin.kts +++ b/game/plugin/locations/al-kharid/src/npcs.plugin.kts @@ -1,3 +1,5 @@ +package org.apollo.plugin.locations.alKharid + import org.apollo.game.model.Direction import org.apollo.game.plugin.entity.spawn.npc_spawn diff --git a/game/plugin/locations/edgeville/src/npcs.plugin.kts b/game/plugin/locations/edgeville/src/npcs.plugin.kts index be3ba855..2fa94f88 100644 --- a/game/plugin/locations/edgeville/src/npcs.plugin.kts +++ b/game/plugin/locations/edgeville/src/npcs.plugin.kts @@ -1,3 +1,5 @@ +package org.apollo.plugin.locations.edgeville + import org.apollo.game.model.Direction import org.apollo.game.plugin.entity.spawn.npc_spawn diff --git a/game/plugin/locations/falador/src/npcs.plugin.kts b/game/plugin/locations/falador/src/npcs.plugin.kts index f03926a0..68b676f2 100644 --- a/game/plugin/locations/falador/src/npcs.plugin.kts +++ b/game/plugin/locations/falador/src/npcs.plugin.kts @@ -1,3 +1,5 @@ +package org.apollo.plugin.locations.falador + import org.apollo.game.plugin.entity.spawn.npc_spawn // Generic npcs diff --git a/game/plugin/locations/lumbridge/src/npcs.plugin.kts b/game/plugin/locations/lumbridge/src/npcs.plugin.kts index 9af0f50d..28b05505 100644 --- a/game/plugin/locations/lumbridge/src/npcs.plugin.kts +++ b/game/plugin/locations/lumbridge/src/npcs.plugin.kts @@ -1,3 +1,5 @@ +package org.apollo.plugin.locations.lumbridge + import org.apollo.game.plugin.entity.spawn.npc_spawn npc_spawn("woman", id = 4, x = 3232, y = 3207) diff --git a/game/plugin/locations/tutorial-island/src/npcs.plugin.kts b/game/plugin/locations/tutorial-island/src/npcs.plugin.kts index ed80dacb..f3165e69 100644 --- a/game/plugin/locations/tutorial-island/src/npcs.plugin.kts +++ b/game/plugin/locations/tutorial-island/src/npcs.plugin.kts @@ -1,3 +1,5 @@ +package org.apollo.plugin.locations.tutorialIsland + import org.apollo.game.model.Direction import org.apollo.game.plugin.entity.spawn.npc_spawn diff --git a/game/plugin/locations/varrock/src/npcs.plugin.kts b/game/plugin/locations/varrock/src/npcs.plugin.kts index 11c64a58..4ffecf07 100644 --- a/game/plugin/locations/varrock/src/npcs.plugin.kts +++ b/game/plugin/locations/varrock/src/npcs.plugin.kts @@ -1,3 +1,5 @@ +package org.apollo.plugin.locations.varrock + import org.apollo.game.model.Direction import org.apollo.game.plugin.entity.spawn.npc_spawn