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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user