diff options
Diffstat (limited to 'npc/sample/getmonsterinfo.txt')
-rw-r--r-- | npc/sample/getmonsterinfo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/sample/getmonsterinfo.txt b/npc/sample/getmonsterinfo.txt index 871e0f385..fd30c66df 100644 --- a/npc/sample/getmonsterinfo.txt +++ b/npc/sample/getmonsterinfo.txt @@ -1,6 +1,6 @@ //by Lupus -prontera.gat,156,179,6 script test_getmonsterinfo 117,{ +prontera,156,179,6 script test_getmonsterinfo 117,{ mes "Please enter a monster ID (1001 ... 2000)"; input @value; if(getmonsterinfo(@value,MOB_LV)<0 || getmonsterinfo(@value,MOB_NAME)=="Dummy") { |