소스 검색

Fixed Super Novice Prayer bugreport:5035

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15025 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind 13 년 전
부모
커밋
c4aadfba9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/map/clif.c

+ 1 - 1
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. );