diff --git a/pyproject.toml b/pyproject.toml index 1f006fd..d00bae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "adf_core_python" -version = "0.2.6" +version = "0.2.7" description = "Agent Development Framework for Python" readme = "README.md" authors = [ diff --git a/src/adf_core_python/core/agent/communication/standard/bundle/information/message_fire_brigade.py b/src/adf_core_python/core/agent/communication/standard/bundle/information/message_fire_brigade.py index 1670b13..0c09d42 100644 --- a/src/adf_core_python/core/agent/communication/standard/bundle/information/message_fire_brigade.py +++ b/src/adf_core_python/core/agent/communication/standard/bundle/information/message_fire_brigade.py @@ -29,7 +29,7 @@ class MessageFireBrigade(StandardMessage): SIZE_FIRE_BRIGADE_BURIEDNESS: int = 13 SIZE_FIRE_BRIGADE_DAMAGE: int = 14 SIZE_FIRE_BRIGADE_POSITION: int = 32 - SIZE_FIRE_BRIGADE_WATER: int = 14 + SIZE_FIRE_BRIGADE_WATER: int = 32 SIZE_TARGET_ENTITY_ID: int = 32 SIZE_ACTION: int = 4 diff --git a/uv.lock b/uv.lock index 0f967b1..1a50c61 100644 --- a/uv.lock +++ b/uv.lock @@ -16,7 +16,7 @@ wheels = [ [[package]] name = "adf-core-python" -version = "0.2.6" +version = "0.2.7" source = { editable = "." } dependencies = [ { name = "bitarray" },