Reverted two duplicate next, please check before commit it

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8557 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Playtester 2006-08-31 09:31:16 +00:00
parent bacae50101
commit 9adb376eae
3 changed files with 7 additions and 7 deletions

View File

@ -32,8 +32,10 @@ Playtester
Date Added
======
08/31
* Reverted two duplicate next, please check before commit it [Playtester]
08/30
* Added missing NEXT; to some custom quests. Thanks to $ephiroth
* Added missing NEXT; to some custom quests. Thanks to $ephiroth [Lupus]
* A small fix to the 2006 headgears quest, thanks to Belle for telling me about the problem. [MasterOfMuppets]
* Added temporary Ice Dungeon spawn file (commented for now) [Playtester]
08/29

View File

@ -27,7 +27,6 @@ geffen.gat,127,49,5 script Elven Ears Quest 84,{
delitem 2213,1;
delitem 1040,20;
delitem 919,20;
next;
mes "[Elven Ears quest]";
mes "Give me a second.....";
next;

View File

@ -26,7 +26,6 @@ izlude.gat,135,96,5 script Fashion Glasses Quest 76,{
if(countitem(2271)<1 || countitem(975)<1) goto M_NOITEMS;
delitem 2271,1;
delitem 975,1;
next;
mes "[Fashionable Glasses Quest]";
mes "Give me a second.....";
next;