diff options
Diffstat (limited to 'npc/test')
-rw-r--r-- | npc/test/npc1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt index fc739220..d144c488 100644 --- a/npc/test/npc1.txt +++ b/npc/test/npc1.txt @@ -26,7 +26,7 @@ test,10,10,0 script npc1 800,3,3,{ return; } - switch (select("show area:change sex:change npc direction:add cart|remove cart")) + switch (select("show area:change sex:change npc direction:add cart:remove cart")) { case 1: areatest; |