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;