mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Refactor shops plugin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package org.apollo.plugin.locations.alKharid
|
||||
|
||||
import org.apollo.game.plugin.shops.shop
|
||||
import org.apollo.game.plugin.shops.builder.shop
|
||||
|
||||
shop("Al-Kharid General Store") {
|
||||
operated by "Shop keeper"(524) and "Shop assistant"(525)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package org.apollo.plugin.locations.edgeville
|
||||
|
||||
import org.apollo.game.plugin.shops.shop
|
||||
import org.apollo.game.plugin.shops.builder.shop
|
||||
|
||||
shop("Edgeville General Store") {
|
||||
operated by "Shop keeper"(528) and "Shop assistant"(529)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package org.apollo.plugin.locations.falador
|
||||
|
||||
import org.apollo.game.plugin.shops.shop
|
||||
import org.apollo.game.plugin.shops.builder.shop
|
||||
|
||||
shop("Falador General Store") {
|
||||
operated by "Shop keeper"(524) and "Shop assistant"( 525)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package org.apollo.plugin.locations.lumbridge
|
||||
|
||||
import org.apollo.game.plugin.shops.shop
|
||||
import org.apollo.game.plugin.shops.builder.shop
|
||||
|
||||
shop("Lumbridge General Store") {
|
||||
operated by "Shop keeper" and "Shop assistant"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package org.apollo.plugin.locations.varrock
|
||||
|
||||
import org.apollo.game.plugin.shops.shop
|
||||
import org.apollo.game.plugin.shops.builder.shop
|
||||
|
||||
shop("Aubury's Rune Shop.") {
|
||||
operated by "Aubury"
|
||||
|
||||
Reference in New Issue
Block a user