Houmgaor
aee53534a2
fix(guild): add nil guards for alliance guild lookups ( #171 )
...
scanAllianceWithGuilds dereferences guild pointers returned by GetByID
without checking for nil. Since GetByID returns (nil, nil) when a guild
is missing, alliances referencing deleted guilds cause nil-pointer
panics. The panic is caught by session recovery but no ACK is sent,
softlocking the client.
Add nil checks in scanAllianceWithGuilds, handleMsgMhfOperateJoint,
handleMsgMhfInfoJoint, and handleMsgMhfInfoGuild so that missing
guilds or alliances produce proper error responses instead of panics.
2026-03-02 19:43:11 +01:00
..
2026-02-23 21:28:30 +01:00
2026-02-22 15:47:21 +01:00
2026-02-27 17:29:32 +01:00
2026-02-22 15:47:21 +01:00
2026-02-27 17:29:32 +01:00
2026-03-01 18:56:52 +01:00
2026-02-23 21:28:30 +01:00
2026-02-23 18:09:08 +01:00
2026-02-21 13:20:15 +01:00
2026-02-26 23:41:44 +01:00
2026-02-23 23:43:39 +01:00
2026-02-21 13:20:15 +01:00
2026-02-26 23:41:44 +01:00
2026-02-27 11:33:25 +01:00
2026-02-26 23:41:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-26 23:41:44 +01:00
2026-02-26 23:41:44 +01:00
2026-02-23 21:28:30 +01:00
2026-02-27 11:21:37 +01:00
2026-02-27 11:21:37 +01:00
2026-02-26 23:41:44 +01:00
2026-02-22 15:47:21 +01:00
2026-02-23 21:28:30 +01:00
2026-02-27 13:45:56 +01:00
2026-02-23 21:28:30 +01:00
2026-02-23 18:24:54 +01:00
2026-02-26 23:41:44 +01:00
2026-02-23 18:24:54 +01:00
2026-02-26 23:41:44 +01:00
2026-02-27 11:33:25 +01:00
2026-02-24 13:55:49 +01:00
2026-02-22 18:55:31 +01:00
2026-02-27 11:33:25 +01:00
2026-02-26 23:41:44 +01:00
2026-02-23 21:28:30 +01:00
2026-02-26 23:41:44 +01:00
2026-02-21 14:16:58 +01:00
2026-02-26 23:41:44 +01:00
2026-02-24 16:12:40 +01:00
2026-02-23 23:57:54 +01:00
2026-02-24 13:55:49 +01:00
2026-02-21 14:01:52 +01:00
2026-02-21 13:27:08 +01:00
2026-02-24 14:13:20 +01:00
2026-02-24 13:55:49 +01:00
2026-03-02 19:43:11 +01:00
2026-03-02 19:43:11 +01:00
2026-02-26 23:41:44 +01:00
2026-02-27 11:33:25 +01:00
2026-02-24 14:13:20 +01:00
2026-02-27 11:33:25 +01:00
2026-02-24 14:13:20 +01:00
2026-03-02 19:43:11 +01:00
2026-02-26 23:41:44 +01:00
2026-02-27 11:33:25 +01:00
2026-02-27 11:21:37 +01:00
2026-02-27 11:33:13 +01:00
2026-02-27 11:33:25 +01:00
2026-02-26 23:41:44 +01:00
2026-02-26 23:41:44 +01:00
2026-02-20 22:14:48 +01:00
2026-02-27 11:33:25 +01:00
2026-02-26 23:41:44 +01:00
2026-02-20 22:18:46 +01:00
2026-02-27 11:33:13 +01:00
2026-02-27 11:33:25 +01:00
2026-02-24 15:34:51 +01:00
2026-02-27 11:33:13 +01:00
2026-02-24 15:34:51 +01:00
2026-02-22 18:55:31 +01:00
2026-02-24 14:13:20 +01:00
2026-02-24 00:05:56 +01:00
2026-02-26 23:41:44 +01:00
2026-02-27 11:33:25 +01:00
2026-02-26 23:41:44 +01:00
2026-02-27 11:33:25 +01:00
2026-02-26 23:41:44 +01:00
2026-02-21 13:39:44 +01:00
2026-02-22 16:05:25 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-26 23:41:44 +01:00
2026-02-22 16:32:43 +01:00
2026-02-23 21:28:30 +01:00
2026-02-27 11:33:13 +01:00
2026-02-27 11:33:25 +01:00
2026-02-26 23:41:44 +01:00
2026-02-23 21:28:30 +01:00
2026-02-22 18:55:31 +01:00
2026-02-21 14:16:58 +01:00
2026-02-26 23:41:44 +01:00
2026-02-26 23:41:44 +01:00
2026-03-01 18:41:59 +01:00
2026-02-27 17:29:32 +01:00
2026-02-21 13:20:15 +01:00
2026-02-26 21:57:40 +01:00
2026-02-26 23:53:35 +01:00
2026-02-26 23:41:44 +01:00
2026-02-22 17:04:58 +01:00
2026-02-26 23:41:44 +01:00
2026-02-23 21:28:30 +01:00
2026-02-27 11:33:13 +01:00
2026-02-27 11:21:37 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:39:44 +01:00
2026-02-23 21:28:30 +01:00
2026-02-21 13:56:46 +01:00
2026-02-21 13:39:44 +01:00
2026-02-27 16:46:32 +01:00
2026-02-21 13:56:46 +01:00
2026-02-21 13:35:04 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 13:13:55 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 14:21:32 +01:00
2026-02-21 14:08:01 +01:00
2026-02-27 18:19:57 +01:00
2026-02-21 14:47:25 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 14:56:59 +01:00
2026-02-22 16:55:59 +01:00
2026-02-24 16:57:47 +01:00
2026-02-24 16:12:40 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 14:47:25 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 13:27:08 +01:00
2026-02-22 16:42:03 +01:00
2026-03-02 19:43:11 +01:00
2026-02-22 16:42:03 +01:00
2026-02-22 16:42:03 +01:00
2026-02-22 16:42:03 +01:00
2026-02-22 16:55:59 +01:00
2026-02-21 14:56:59 +01:00
2026-02-22 16:55:59 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 14:47:25 +01:00
2026-02-27 14:59:18 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 14:56:59 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 14:47:25 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 14:47:25 +01:00
2026-02-27 14:59:18 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 14:16:58 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 14:47:25 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 00:06:23 +01:00
2026-02-24 17:06:38 +01:00
2026-02-24 17:06:38 +01:00
2026-02-24 16:57:47 +01:00
2026-02-22 16:46:57 +01:00
2026-02-24 16:57:47 +01:00
2026-02-24 16:07:37 +01:00
2026-02-21 14:21:32 +01:00
2026-02-21 14:08:01 +01:00
2026-02-23 21:28:30 +01:00
2026-02-23 21:28:30 +01:00
2026-02-23 23:43:39 +01:00
2026-02-23 23:43:39 +01:00
2026-02-24 16:12:40 +01:00
2026-02-27 11:33:25 +01:00
2026-02-23 23:57:54 +01:00
2026-02-23 23:57:54 +01:00
2026-02-24 14:13:20 +01:00
2026-02-24 00:05:56 +01:00
2026-02-24 14:13:20 +01:00
2026-02-24 00:05:56 +01:00
2026-02-24 16:07:37 +01:00
2026-02-24 16:07:37 +01:00
2026-02-23 19:34:30 +01:00
2026-02-23 21:28:30 +01:00
2026-02-27 11:45:20 +01:00
2026-02-21 13:20:15 +01:00
2026-02-23 21:28:30 +01:00
2026-02-23 21:28:30 +01:00
2026-02-23 19:34:30 +01:00
2026-02-23 21:28:30 +01:00
2026-02-22 15:47:21 +01:00
2026-02-26 23:41:44 +01:00
2026-02-23 21:28:30 +01:00
2026-02-24 16:12:40 +01:00
2026-02-24 16:57:47 +01:00
2026-02-21 13:56:46 +01:00
2026-02-21 13:39:44 +01:00