diff options
author | Matthias Hartmann <hartmann.matthias@gmail.com> | 2006-12-25 01:12:25 +0000 |
---|---|---|
committer | Matthias Hartmann <hartmann.matthias@gmail.com> | 2006-12-25 01:12:25 +0000 |
commit | 47f3a4698de2c33bd9f39e2e2685063eb0f35821 (patch) | |
tree | ec05e5e477de0680dc2fb54decff0ed5420f38b3 /npc/xmas/xmas4.txt | |
parent | 6253d4bb91cb21fe018d8cdb763ab417a17ec924 (diff) | |
download | serverdata-47f3a4698de2c33bd9f39e2e2685063eb0f35821.tar.gz serverdata-47f3a4698de2c33bd9f39e2e2685063eb0f35821.tar.bz2 serverdata-47f3a4698de2c33bd9f39e2e2685063eb0f35821.tar.xz serverdata-47f3a4698de2c33bd9f39e2e2685063eb0f35821.zip |
Fixed that santa-crash-bug
Diffstat (limited to 'npc/xmas/xmas4.txt')
-rw-r--r-- | npc/xmas/xmas4.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/xmas/xmas4.txt b/npc/xmas/xmas4.txt index 26181432..c9f13e3e 100644 --- a/npc/xmas/xmas4.txt +++ b/npc/xmas/xmas4.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; |