From 685e708c68e8c53f011c76c452306003d246ef90 Mon Sep 17 00:00:00 2001 From: Indio3 Date: Sun, 26 Jul 2026 21:59:00 -0400 Subject: [PATCH] run postdecode for npctype parsing --- src/cache/config/NpcType.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cache/config/NpcType.ts b/src/cache/config/NpcType.ts index c360dfb42..2bcd19736 100644 --- a/src/cache/config/NpcType.ts +++ b/src/cache/config/NpcType.ts @@ -37,6 +37,7 @@ export default class NpcType extends ConfigType { const config = new NpcType(id); config.decodeType(server); config.decodeType(client); + config.postDecode(); NpcType.configs[id] = config;