diff options
Diffstat (limited to 'doc/sample/npc_test_array.txt')
-rw-r--r-- | doc/sample/npc_test_array.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sample/npc_test_array.txt b/doc/sample/npc_test_array.txt index b6185adbc..36b54a3fe 100644 --- a/doc/sample/npc_test_array.txt +++ b/doc/sample/npc_test_array.txt @@ -40,4 +40,4 @@ prontera,164,190,1 script Array Test 112,{ mes "hoge[2]=> " + @hoge[2]; mes "hoge[3]=> " + @hoge[3]; close; -}
\ No newline at end of file +} |