Sync with L2jServer HighFive Dec 21st 2015.
This commit is contained in:
@@ -342,7 +342,7 @@ public class Q00114_ResurrectionOfAnOldManager extends Quest
|
||||
{
|
||||
if (creature.isPlayer())
|
||||
{
|
||||
final QuestState st = creature.getActingPlayer().getQuestState(getName());
|
||||
final QuestState st = getQuestState(creature.getActingPlayer(), false);
|
||||
if ((st != null) && st.isCond(17))
|
||||
{
|
||||
st.takeItems(DETCTOR, 1);
|
||||
@@ -591,4 +591,4 @@ public class Q00114_ResurrectionOfAnOldManager extends Quest
|
||||
|
||||
return htmltext;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user