From 3e7b90d8cbf039c8826d07d10f1ae7b9cade0df3 Mon Sep 17 00:00:00 2001 From: Atemo Date: Sun, 29 Nov 2015 16:00:17 +0100 Subject: [PATCH] Coquille --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/pc.c b/src/map/pc.c index 53edae7e66..1a93eff69e 100755 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -11734,7 +11734,7 @@ void pc_show_questinfo(struct map_session_data *sd) { #if PACKETVER >= 20090218 struct questinfo *qi = NULL; unsigned short i; - uint8 j, state = 0; + uint8 j; int8 mystate = 0; bool failed = false;