From 58af029ae50bbf0bee253a7e88e6b8be7150f3e7 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 14 Jul 2025 20:52:47 -0400 Subject: [PATCH] Fix tests compilation --- src/ipc/zone/action_result.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ipc/zone/action_result.rs b/src/ipc/zone/action_result.rs index 5fb56ab..e2179e3 100644 --- a/src/ipc/zone/action_result.rs +++ b/src/ipc/zone/action_result.rs @@ -156,7 +156,7 @@ mod tests { use binrw::BinRead; - use crate::common::ObjectId; + use crate::common::{ObjectId, INVALID_OBJECT_ID}; use super::*; @@ -240,6 +240,7 @@ mod tests { effect_id: 50, duration: 0.0, param: 0, + source_actor_id: INVALID_OBJECT_ID } );