diff options
Diffstat (limited to 'npc/sample/npc_testchkoption.txt')
-rw-r--r-- | npc/sample/npc_testchkoption.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/sample/npc_testchkoption.txt b/npc/sample/npc_testchkoption.txt index 07c18bf59..87c100ae7 100644 --- a/npc/sample/npc_testchkoption.txt +++ b/npc/sample/npc_testchkoption.txt @@ -1,4 +1,4 @@ -prontera.gat,156,89,6 script test_chkoption 117,{ +prontera,156,89,6 script test_chkoption 117,{ mes "Please enter a value of type!"; input @value; if(checkoption(@value) == 1) goto L1; |