summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 6413b9a60..1c67abd4a 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -721,7 +721,7 @@ static const char* skip_word(const char* p) {
p += ( p[1] == '@' ? 2 : 1 ); break;
}
- while( ISALNUM(*p) || *p == '_' )
+ while( ISALNUM(*p) || *p == '_' || *p == '\'' )
++p;
// postfix