summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 780b1af56..75c00187e 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -12137,7 +12137,7 @@ void clif_parse_NoviceExplosionSpirits(int fd, struct map_session_data *sd)
if( ( sd->class_&MAPID_UPPERMASK ) == MAPID_SUPER_NOVICE )
{
unsigned int next = pc_nextbaseexp(sd);
-
+ if( next == 0 ) next = pc_thisbaseexp(sd);
if( next )
{
int percent = (int)( ( (float)sd->status.base_exp/(float)next )*1000. );