This commit is contained in:
Atemo 2015-11-29 16:00:17 +01:00
parent c3e56b9c1b
commit 3e7b90d8cb

View File

@ -11734,7 +11734,7 @@ void pc_show_questinfo(struct map_session_data *sd) {
#if PACKETVER >= 20090218 #if PACKETVER >= 20090218
struct questinfo *qi = NULL; struct questinfo *qi = NULL;
unsigned short i; unsigned short i;
uint8 j, state = 0; uint8 j;
int8 mystate = 0; int8 mystate = 0;
bool failed = false; bool failed = false;