From 923be22ad51ce4cd15439819bd02d66bb04d703b Mon Sep 17 00:00:00 2001 From: HuLiNap Date: Wed, 30 Apr 2025 10:39:58 +0000 Subject: [PATCH] =?UTF-8?q?:=C4=90=20fix=20current=20map=20icon=20display?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gameserver/src/manager/scene_mgr.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gameserver/src/manager/scene_mgr.zig b/gameserver/src/manager/scene_mgr.zig index af4c737..2db4f43 100644 --- a/gameserver/src/manager/scene_mgr.zig +++ b/gameserver/src/manager/scene_mgr.zig @@ -73,7 +73,7 @@ pub const SceneManager = struct { .entityCase_ = .{ .Prop = prop_info }, .GroupId = scene_group.group_id, .InstId = propConf.instId, - .EntityId = 0, + .EntityId = generator.nextId(), .Motion = .{ .pos = .{ .x = propConf.pos.x, .y = propConf.pos.y, .z = propConf.pos.z }, .rot = .{ .x = propConf.rot.x, .y = propConf.rot.y, .z = propConf.rot.z },