Applied security patches. PLEASE CHECK THEM ALL.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9260 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lance
2006-11-19 05:12:30 +00:00
parent 42e26b0423
commit e291dd077e
10 changed files with 871 additions and 760 deletions

View File

@@ -136,11 +136,13 @@ L_MainMenu:
mes "[Monster Info]";
display_info .@tmp;
next;
goto L_MainMenu;
goto L_MainMenu;
break;
case 4: // Actions
goto L_AttackMenu;
break;
default:
end;
}
L_AttackMenu:
@@ -193,6 +195,8 @@ L_AttackMenu:
case 9:
next;
goto L_MainMenu;
default:
end;
}
goto L_AttackMenu;
}