Quests rework.

This commit is contained in:
MobiusDev
2016-02-11 21:39:33 +00:00
parent b2cafd8e2e
commit 09976b0ce6
173 changed files with 6416 additions and 4720 deletions

View File

@ -1771,10 +1771,10 @@ public final class CrystalCaverns extends AbstractInstance
public String onTalk(L2Npc npc, L2PcInstance player)
{
final int npcId = npc.getId();
QuestState st = getQuestState(player, false);
if (st == null)
QuestState qs = getQuestState(player, false);
if (qs == null)
{
st = newQuestState(player);
qs = newQuestState(player);
}
if (npcId == ORACLE_GUIDE_1)
{