From 6de5cb578078dfafbf1da489712304f43144bd7d Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 19 Nov 2006 05:12:30 +0000 Subject: Applied security patches. PLEASE CHECK THEM ALL. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9260 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/sample/monster_controller.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/sample/monster_controller.cpp') diff --git a/npc/sample/monster_controller.cpp b/npc/sample/monster_controller.cpp index 76ba7ade3..fa75175e0 100644 --- a/npc/sample/monster_controller.cpp +++ b/npc/sample/monster_controller.cpp @@ -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; } \ No newline at end of file -- cgit v1.2.3-70-g09d2