[Quest API] Add EVENT_TASKACCEPTED to Player scope (#2822)

* Add EVENT_TASKACCEPTED to player scope

* Formatting
This commit is contained in:
Vayle
2023-02-05 22:53:37 -05:00
committed by GitHub
parent c1584da9cc
commit 8031bf0bcb
4 changed files with 23 additions and 0 deletions
+9
View File
@@ -383,6 +383,15 @@ void handle_player_task_stage_complete(
std::vector<std::any> *extra_pointers
);
void handle_player_task_accepted(
QuestInterface* parse,
lua_State* L,
Client* client,
std::string data,
uint32 extra_data,
std::vector<std::any>* extra_pointers
);
void handle_player_task_update(
QuestInterface *parse,
lua_State* L,