From fd6b626d09cdac0ee1c4d1b5d223a13555c4159a Mon Sep 17 00:00:00 2001
From: brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>
Date: Thu, 2 Jul 2009 19:30:49 +0000
Subject: - Re-added { } that were accidentally removed in last commit.

git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13927 54d463be-8e91-2dee-dedb-b68131a5f0ec
---
 src/map/clif.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/map/clif.c b/src/map/clif.c
index 6809ba2e9..7f8b77c31 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -8418,11 +8418,12 @@ void clif_parse_GlobalMessage(int fd, struct map_session_data* sd)
 				if( strstr(message, msg_txt(504)) ) // "Guardian Angel, can you hear my voice? ^^;"
 					sd->state.snovice_call_flag++;
 				break;
-			case 1:
+			case 1: {
 				char buf[256];
 				sprintf(buf, msg_txt(505), sd->status.name);
 				if( strstr(message, buf) ) // "My name is %s, and I'm a Super Novice~"
 					sd->state.snovice_call_flag++;
+				}
 				break;
 			case 2:
 				if( strstr(message, msg_txt(506)) ) // "Please help me~ T.T"
-- 
cgit v1.2.3-70-g09d2