Removing Jarvald reference to NPC Constlib, since I have no idea how to update that

The original change (fb2535e248) Says it requires a constlib update. From what I can tell, that is made here: https://gitlab.com/2009scape/tools/rs09-constants-library.

However, I have no idea how to actually get a new build of this. Perhaps the server files will be updated to include this in the future, but in the meantime I am changing this back so the server actually starts.
This commit is contained in:
randy 2024-11-17 17:16:20 -07:00
parent 3f8828457b
commit b33ad22740

View file

@ -200,6 +200,6 @@ class JarvaldDialogue(player: Player? = null) : DialoguePlugin(player) {
}
override fun getIds(): IntArray {
return intArrayOf(NPCs.JARVALD_2435, NPCs.JARVALD_2436, NPCs.JARVALD_2437, NPCs.JARVALD_2438)
return intArrayOf(2435, NPCs.JARVALD_2436, NPCs.JARVALD_2437, NPCs.JARVALD_2438)
}
}