Added support for all SE_EyeOfZomm and some other small changes

This commit is contained in:
Noudess
2019-10-28 19:48:31 -04:00
parent 194c61a467
commit 566e6ea307
5 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -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);