mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed TzHaar banker TzHaar-Ket-Zuh
This commit is contained in:
parent
ee65b58ca4
commit
4ff7d347b5
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ class BankerNPC : AbstractNPC, InteractionListener {
|
||||||
NPCs.BANKER_6534, NPCs.BANKER_6535, NPCs.BANKER_7445, NPCs.BANKER_7446, NPCs.BANKER_7605,
|
NPCs.BANKER_6534, NPCs.BANKER_6535, NPCs.BANKER_7445, NPCs.BANKER_7446, NPCs.BANKER_7605,
|
||||||
NPCs.GUNDAI_902,
|
NPCs.GUNDAI_902,
|
||||||
|
|
||||||
NPCs.GHOST_BANKER_1702, NPCs.GNOME_BANKER_166, NPCs.NARDAH_BANKER_3046, NPCs.MAGNUS_GRAM_5488
|
NPCs.GHOST_BANKER_1702, NPCs.GNOME_BANKER_166, NPCs.NARDAH_BANKER_3046, NPCs.MAGNUS_GRAM_5488, NPCs.TZHAAR_KET_ZUH_2619,
|
||||||
)
|
)
|
||||||
|
|
||||||
private val ALL_BANKER_NPC_IDS = intArrayOf(
|
private val ALL_BANKER_NPC_IDS = intArrayOf(
|
||||||
|
|
@ -168,4 +168,4 @@ class BankerNPC : AbstractNPC, InteractionListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun getIds(): IntArray = ALL_BANKER_NPC_IDS
|
override fun getIds(): IntArray = ALL_BANKER_NPC_IDS
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue