diff --git a/game/plugin/locations/al-kharid/src/shops.plugin.kts b/game/plugin/locations/al-kharid/src/shops.plugin.kts index d679700e..ec55c37a 100644 --- a/game/plugin/locations/al-kharid/src/shops.plugin.kts +++ b/game/plugin/locations/al-kharid/src/shops.plugin.kts @@ -1,3 +1,5 @@ +package org.apollo.plugin.locations.alKharid + import org.apollo.game.plugin.shops.shop shop("Al-Kharid General Store") { diff --git a/game/plugin/locations/edgeville/src/shops.plugin.kts b/game/plugin/locations/edgeville/src/shops.plugin.kts index 1a619dc1..cb43fa59 100644 --- a/game/plugin/locations/edgeville/src/shops.plugin.kts +++ b/game/plugin/locations/edgeville/src/shops.plugin.kts @@ -1,3 +1,5 @@ +package org.apollo.plugin.locations.edgeville + import org.apollo.game.plugin.shops.shop shop("Edgeville General Store") { diff --git a/game/plugin/locations/falador/src/shops.plugin.kts b/game/plugin/locations/falador/src/shops.plugin.kts index dde292f2..c79007e6 100644 --- a/game/plugin/locations/falador/src/shops.plugin.kts +++ b/game/plugin/locations/falador/src/shops.plugin.kts @@ -1,3 +1,5 @@ +package org.apollo.plugin.locations.falador + import org.apollo.game.plugin.shops.shop shop("Falador General Store") { diff --git a/game/plugin/locations/lumbridge/src/shops.plugin.kts b/game/plugin/locations/lumbridge/src/shops.plugin.kts index dd12f286..e67a4c8a 100644 --- a/game/plugin/locations/lumbridge/src/shops.plugin.kts +++ b/game/plugin/locations/lumbridge/src/shops.plugin.kts @@ -1,3 +1,5 @@ +package org.apollo.plugin.locations.lumbridge + import org.apollo.game.plugin.shops.shop shop("Lumbridge General Store") { diff --git a/game/plugin/locations/varrock/src/shops.plugin.kts b/game/plugin/locations/varrock/src/shops.plugin.kts index 9406e91f..4ee6c7e6 100644 --- a/game/plugin/locations/varrock/src/shops.plugin.kts +++ b/game/plugin/locations/varrock/src/shops.plugin.kts @@ -1,3 +1,5 @@ +package org.apollo.plugin.locations.varrock + import org.apollo.game.plugin.shops.shop shop("Aubury's Rune Shop.") {