mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
[Hotfix] Post revert build fix for 54050924d8
This commit is contained in:
parent
54050924d8
commit
60707a14db
@ -1261,7 +1261,7 @@ void handle_player_item_click(
|
|||||||
QuestInterface *parse,
|
QuestInterface *parse,
|
||||||
lua_State* L,
|
lua_State* L,
|
||||||
Client* client,
|
Client* client,
|
||||||
const std::string& data,
|
std::string data,
|
||||||
uint32 extra_data,
|
uint32 extra_data,
|
||||||
std::vector<std::any> *extra_pointers
|
std::vector<std::any> *extra_pointers
|
||||||
) {
|
) {
|
||||||
|
|||||||
@ -675,7 +675,7 @@ void handle_player_item_click(
|
|||||||
QuestInterface *parse,
|
QuestInterface *parse,
|
||||||
lua_State* L,
|
lua_State* L,
|
||||||
Client* client,
|
Client* client,
|
||||||
const std::string& data,
|
std::string data,
|
||||||
uint32 extra_data,
|
uint32 extra_data,
|
||||||
std::vector<std::any> *extra_pointers
|
std::vector<std::any> *extra_pointers
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user