Improved starting Ertheia quests.

This commit is contained in:
MobiusDev
2015-12-16 12:27:16 +00:00
parent e8256a4151
commit 99c139efab
10 changed files with 123 additions and 49 deletions

View File

@@ -116,7 +116,7 @@ public class Q10735_ASpecialPower extends Quest
@Override
public String onTalk(L2Npc npc, L2PcInstance player)
{
QuestState qs = getQuestState(player, true);
final QuestState qs = getQuestState(player, true);
String htmltext = getNoQuestMsg(player);
if (qs.isCompleted())