From 8508ca74ad6deea3f27cf14c2158a07059b4eb75 Mon Sep 17 00:00:00 2001 From: samuray22 Date: Tue, 5 Feb 2008 17:54:03 +0000 Subject: * Corrected a bad duplicate name in Kafra Bank (Custom). (bugeport:921) * Corrected a lot of ";;" Typo errors. -Some of this are in the bugreport:919 * Corrected a Cutin Problem in Cooking Quest and a Delitem. (bugreport:911) * Corrected some typo error with "rouge". (bugreport:909) * Moved Custom Event folder to Custom Folder. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12177 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/events/whiteday.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/events/whiteday.txt') 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; -- cgit v1.2.3-70-g09d2