diff options
Diffstat (limited to 'npc/xmas/xmas11.txt')
-rw-r--r-- | npc/xmas/xmas11.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/xmas/xmas11.txt b/npc/xmas/xmas11.txt index 5ee14b61..212a5225 100644 --- a/npc/xmas/xmas11.txt +++ b/npc/xmas/xmas11.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; |