From efac9030a63b8353237cb26cf6cc1ac272288f1e Mon Sep 17 00:00:00 2001 From: Lance Date: Tue, 23 May 2006 08:22:53 +0000 Subject: * [Scripting Engine Update] New variables are ready to be used. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6703 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 8809c9f91..f45e722fc 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -1043,11 +1043,11 @@ static unsigned char *skip_space(unsigned char *p) static unsigned char *skip_word(unsigned char *p) { // prefix + if(*p=='\'') p++; if(*p=='$') p++; // MAP鯖内共有変数用 if(*p=='@') p++; // 一時的変数用(like weiss) if(*p=='#') p++; // account変数用 if(*p=='#') p++; // ワールドaccount変数用 - if(*p=='\'') p++; while(isalnum(*p)||*p=='_'|| *p>=0x81) if(*p>=0x81 && p[1]){ -- cgit v1.2.3-70-g09d2