summaryrefslogtreecommitdiff
path: root/npc/events/whiteday.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/events/whiteday.txt')
-rw-r--r--npc/events/whiteday.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/events/whiteday.txt b/npc/events/whiteday.txt
index bdd4b3c75..0d46ca38d 100644
--- a/npc/events/whiteday.txt
+++ b/npc/events/whiteday.txt
@@ -73,7 +73,7 @@ L_INPUT:
input @maplenum;
if (@maplenum > 5) goto L_ERROR;
if (@maplenum == 0) goto M_END;
- set @maplePriceT,@maplePrice*@maplenum;;
+ set @maplePriceT,@maplePrice*@maplenum;
if (Zeny < @maplePriceT) goto L_ERROR2;
set Zeny,Zeny- @maplePriceT;
getitem @mapleItemID,@maplenum;