diff options
Diffstat (limited to 'npc/xmas/xmas12.txt')
-rw-r--r-- | npc/xmas/xmas12.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/xmas/xmas12.txt b/npc/xmas/xmas12.txt index 53e7a6f6..a8527eaf 100644 --- a/npc/xmas/xmas12.txt +++ b/npc/xmas/xmas12.txt @@ -25,7 +25,7 @@ L_nicenaughty: L_nice: mes "[Helper Santa]"; mes "...nice!"; - set @TEMP,rand(Â17); + set @TEMP,rand(17); next; if(@TEMP == 0) goto L_nice_0; if(@TEMP == 1) goto L_nice_1; |