From 3ca033652637cb529b8ca4d8a4f7fb3f37080fb2 Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 11 Oct 2015 16:33:41 +0200 Subject: Fixed another compiler warning (follow-up to 5c22b63) Signed-off-by: Haru --- 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 cf5cd6b53..ffe43ab8f 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -3589,7 +3589,7 @@ int pc_bonus2(struct map_session_data *sd,int type,int type2,int val) break; ARR_FIND(0, ARRAYLENGTH(sd->skillcast), i, sd->skillcast[i].id == 0 || sd->skillcast[i].id == type2); if (i == ARRAYLENGTH(sd->skillcast)) { - ShowDebug("script->run: bonus2 bVariableCastrate reached it's limit (%"PRIuS" skills per character), bonus skill %d (+%d%%) lost.\n", + ShowDebug("script->run: bonus2 bVariableCastrate reached it's limit (%d skills per character), bonus skill %d (+%d%%) lost.\n", ARRAYLENGTH(sd->skillcast), type2, val); break; } -- cgit v1.2.3-60-g2f50