diff options
Diffstat (limited to 'npc/xmas/xmas5.txt')
-rw-r--r-- | npc/xmas/xmas5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/xmas/xmas5.txt b/npc/xmas/xmas5.txt index 4c55b03a..7269717c 100644 --- a/npc/xmas/xmas5.txt +++ b/npc/xmas/xmas5.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; |