Merge master in, with fixes
Build / Linux (push) Waiting to run
Build / Windows (push) Waiting to run

This commit is contained in:
KimLS
2026-06-16 21:40:39 -07:00
14 changed files with 200 additions and 73 deletions
+18
View File
@@ -671,6 +671,24 @@ void handle_player_merchant(
std::vector<std::any> *extra_pointers
);
void handle_player_merchant_open(
QuestInterface* parse,
lua_State* L,
Client* client,
std::string data,
uint32 extra_data,
std::vector<std::any>* extra_pointers
);
void handle_player_merchant_presell(
QuestInterface* parse,
lua_State* L,
Client* client,
std::string data,
uint32 extra_data,
std::vector<std::any>* extra_pointers
);
void handle_player_inspect(
QuestInterface *parse,
lua_State* L,