- Fixed typo and missing "'s in Megingard Seal Quest.
- This bug was halting the npc dialog with the "Librarian Jekan". git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12157 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
3fd5ba0c7d
commit
fe6aa47cdb
@ -1223,7 +1223,6 @@ if($God1 > 49 && $God2 < 100)
|
|||||||
if(god_eremes == 18)set god_eremes,19;
|
if(god_eremes == 18)set god_eremes,19;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
|
||||||
else if((@str$ == "The 1st platoon" || @str$ == "the 1st platoon" || @str$ == "The first platoon") && @godtemplib4)
|
else if((@str$ == "The 1st platoon" || @str$ == "the 1st platoon" || @str$ == "The first platoon") && @godtemplib4)
|
||||||
{
|
{
|
||||||
mes "- search with the keyword : " + @str$ + " -";
|
mes "- search with the keyword : " + @str$ + " -";
|
||||||
@ -1287,7 +1286,6 @@ if($God1 > 49 && $God2 < 100)
|
|||||||
mes "- search with the keyword : " + @str$ + " -";
|
mes "- search with the keyword : " + @str$ + " -";
|
||||||
mes "- No result has been found.-";
|
mes "- No result has been found.-";
|
||||||
mes "- Suggested to enter a specific name of the force for a better research.-";
|
mes "- Suggested to enter a specific name of the force for a better research.-";
|
||||||
next;
|
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
else if(@str$ == "Rebarev Doug")
|
else if(@str$ == "Rebarev Doug")
|
||||||
@ -1298,7 +1296,7 @@ if($God1 > 49 && $God2 < 100)
|
|||||||
mes "Also he's in charge of a research under a command from the royal court.";
|
mes "Also he's in charge of a research under a command from the royal court.";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
else if(@str$ == Egnigem)
|
else if(@str$ == "Egnigem")
|
||||||
{
|
{
|
||||||
mes "- search with the keyword : " + @str$ + " -";
|
mes "- search with the keyword : " + @str$ + " -";
|
||||||
mes "No result has been found.";
|
mes "No result has been found.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user