From b4129f8d73878c4ec1a0cc04bc91144d34e23974 Mon Sep 17 00:00:00 2001 From: Anton Pieshkov Date: Mon, 25 May 2026 18:11:03 +0200 Subject: [PATCH] Fix: Feature 0x15 missing from extract_tables --- nml/editors/extract_tables.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nml/editors/extract_tables.py b/nml/editors/extract_tables.py index 528b7429..8d6db8c9 100644 --- a/nml/editors/extract_tables.py +++ b/nml/editors/extract_tables.py @@ -93,6 +93,7 @@ action0properties.properties[0x12], action0properties.properties[0x13], action0properties.properties[0x14], + action0properties.properties[0x15], ] properties = set() @@ -122,6 +123,7 @@ action3_callbacks.callbacks[0x12], action3_callbacks.callbacks[0x13], action3_callbacks.callbacks[0x14], + action3_callbacks.callbacks[0x15], ] callbacks = set()