diff options
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 234a5a11b..59fb02dc9 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -856,7 +856,7 @@ static int search_str(const unsigned char *p) *------------------------------------------ */ // 既存のであれば番号、無ければ登録して新規番号 -static int add_str(const unsigned char *p) +int add_str(const unsigned char *p) { int i; char *lowcase; |