[Cleanup] Remove handle_npc_single_npc from zone/lua_parser_events.cpp and zone/lua_parser_events.h (#3467)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-07-03 00:56:04 -04:00
committed by GitHub
parent 9401323708
commit 5519c3e781
2 changed files with 0 additions and 25 deletions
-10
View File
@@ -60,16 +60,6 @@ void handle_npc_single_client(
std::vector<std::any> *extra_pointers
);
void handle_npc_single_npc(
QuestInterface *parse,
lua_State* L,
NPC* npc,
Mob *init,
std::string data,
uint32 extra_data,
std::vector<std::any> *extra_pointers
);
void handle_npc_task_accepted(
QuestInterface *parse,
lua_State* L,