Added a missing "next;" in Einbroch Murder Quest. (bugreport: 1739)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12908 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
97d14440d5
commit
9ff9739daf
@ -1,6 +1,7 @@
|
||||
Date Added
|
||||
======
|
||||
2008/07/04
|
||||
* Added a missing "next;" in Einbroch Murder Quest. (bugreport: 1739) [Paradox924X]
|
||||
* Added a missing "case 1:" (bugreport: 1794) [Paradox924X]
|
||||
* Removed extraneous " after #que_godnpc2 NPC name. (bugreport: 1758) [Paradox924X]
|
||||
2008/07/02
|
||||
|
@ -1293,6 +1293,7 @@ L_HOW:
|
||||
mes "Apologize?";
|
||||
mes "The harm is";
|
||||
mes "already done...";
|
||||
next;
|
||||
goto L_CONTINUE2;
|
||||
L_THINK:
|
||||
mes "[Buender Hikeman]";
|
||||
|
Loading…
x
Reference in New Issue
Block a user