clarify DE command

This commit is contained in:
Martin Michelsen
2022-10-15 11:50:42 -07:00
parent 4edcbc5d4d
commit 378fd0521e
+4 -3
View File
@@ -2247,10 +2247,11 @@ struct C_GuildCardDataRequest_BB_03DC {
// target commands (62/6D) that the server can forward to the joining player. // target commands (62/6D) that the server can forward to the joining player.
// No other arguments // No other arguments
// DE (S->C): Rare monster configuration (BB) // DE (S->C): Rare monster list (BB)
struct S_RareMonsterConfig_BB_DE { struct S_RareMonsterList_BB_DE {
le_uint16_t data[16]; // Unused entries are set to FFFF
le_uint16_t enemy_ids[16];
}; };
// DF (C->S): Unknown (BB) // DF (C->S): Unknown (BB)