diff --git a/game/plugin/skills/runecrafting/src/runecrafting.plugin.kts b/game/plugin/skills/runecrafting/src/runecrafting.plugin.kts index ece21c98f..09bdedada 100644 --- a/game/plugin/skills/runecrafting/src/runecrafting.plugin.kts +++ b/game/plugin/skills/runecrafting/src/runecrafting.plugin.kts @@ -2,7 +2,7 @@ import org.apollo.game.message.impl.* import org.apollo.game.model.entity.EquipmentConstants import org.apollo.game.model.event.impl.LoginEvent -private val changeAltarObjectConfigId = 491 +val changeAltarObjectConfigId = 491 on_player_event { LoginEvent::class } .then {