From f6642c7b8ccd7ac153d2d2b6886d302eeb3f999a Mon Sep 17 00:00:00 2001 From: The Free Yorp Date: Sat, 28 Jan 2012 21:33:23 +1300 Subject: Send the current remaining status points even when a requested statup fails. This was causing issues where the client thought it had less status points than it actually had. --- src/map/pc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map') diff --git a/src/map/pc.c b/src/map/pc.c index a440b96..8096679 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5465,6 +5465,7 @@ int pc_statusup (struct map_session_data *sd, int type) || val >= battle_config.max_parameter) { clif_statusupack (sd, type, 0, val); + clif_updatestatus (sd, SP_STATUSPOINT); return 1; } switch (type) -- cgit v1.2.3-60-g2f50