implement some BB quest commands

This commit is contained in:
Martin Michelsen
2023-10-19 15:34:06 -07:00
parent 4bc5f1b90f
commit 5a30272869
14 changed files with 307 additions and 97 deletions
+1 -3
View File
@@ -2520,9 +2520,7 @@ static void on_AA(shared_ptr<Client> c, uint16_t, uint32_t, const string& data)
}
// TODO: Send the right value here. (When should we send function_id2?)
S_ConfirmQuestStatistic_V3_BB_AB response;
response.function_id = cmd.function_id1;
send_command_t(c, 0xAB, 0x00, response);
send_quest_function_call(c, cmd.function_id1);
}
static void on_D7_GC(shared_ptr<Client> c, uint16_t, uint32_t, const string& data) {