From 378fd0521eb59a97da735c6a42b3ef18430b65c3 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 15 Oct 2022 11:50:42 -0700 Subject: [PATCH] clarify DE command --- src/CommandFormats.hh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index eca463ca..e376782f 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -2247,10 +2247,11 @@ struct C_GuildCardDataRequest_BB_03DC { // target commands (62/6D) that the server can forward to the joining player. // No other arguments -// DE (S->C): Rare monster configuration (BB) +// DE (S->C): Rare monster list (BB) -struct S_RareMonsterConfig_BB_DE { - le_uint16_t data[16]; +struct S_RareMonsterList_BB_DE { + // Unused entries are set to FFFF + le_uint16_t enemy_ids[16]; }; // DF (C->S): Unknown (BB)