reformat CommandFormats and DataIndexes

This commit is contained in:
Martin Michelsen
2025-12-05 19:52:49 -08:00
parent 81169ba9d3
commit a89423e9f5
3 changed files with 1755 additions and 2443 deletions
+1388 -1956
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -3356,7 +3356,7 @@ void send_rare_enemy_index_list(shared_ptr<Client> c, const vector<size_t>& inde
}
void send_quest_function_call(std::shared_ptr<Channel> ch, uint16_t label) {
S_CallQuestFunction_V3_BB_AB cmd;
S_CallQuestLabel_V3_BB_AB cmd;
cmd.label = label;
ch->send(0xAB, 0x00, &cmd, sizeof(cmd));
}