From c136da7faffd03e2ab5442cf781bc1257dd4e5a7 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 8 Dec 2011 16:19:47 +0000 Subject: Fixed Super Novice Prayer bugreport:5035 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15025 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. ); -- cgit v1.2.3-60-g2f50