diff options
Diffstat (limited to 'npc/test/rock.txt')
-rw-r--r-- | npc/test/rock.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/test/rock.txt b/npc/test/rock.txt index e899ea4df..4f769cd62 100644 --- a/npc/test/rock.txt +++ b/npc/test/rock.txt @@ -15,7 +15,7 @@ test,2,6,0 script rock NPC_PLAYER,{ function quest_play { - mes l("Before start witch item do you want to play"); + mes l("Before start witch item do you want to play"); mes "##B" + l("Drag and drop an item from your inventory.") + "##b"; .Item = requestitem(); |