mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 10:58:20 +00:00
Added support for all SE_EyeOfZomm and some other small changes
This commit is contained in:
@@ -10784,7 +10784,7 @@ void Client::Handle_OP_PopupResponse(const EQApplicationPacket *app)
|
||||
}
|
||||
|
||||
char buf[16];
|
||||
sprintf(buf, "%d\0", popup_response->popupid);
|
||||
sprintf(buf, "%d", popup_response->popupid);
|
||||
|
||||
parse->EventPlayer(EVENT_POPUP_RESPONSE, this, buf, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user