diff --git a/Server/src/main/kotlin/rs09/game/node/entity/npc/BankerNPC.kt b/Server/src/main/kotlin/rs09/game/node/entity/npc/BankerNPC.kt index 72a823d88..80f365b17 100644 --- a/Server/src/main/kotlin/rs09/game/node/entity/npc/BankerNPC.kt +++ b/Server/src/main/kotlin/rs09/game/node/entity/npc/BankerNPC.kt @@ -42,7 +42,7 @@ class BankerNPC : AbstractNPC, InteractionListener { NPCs.BANKER_6534, NPCs.BANKER_6535, NPCs.BANKER_7445, NPCs.BANKER_7446, NPCs.BANKER_7605, 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( @@ -168,4 +168,4 @@ class BankerNPC : AbstractNPC, InteractionListener { } override fun getIds(): IntArray = ALL_BANKER_NPC_IDS -} \ No newline at end of file +}