Skip to content
Snippets Groups Projects
Commit af3cb923 authored by Zoey76's avatar Zoey76
Browse files

BETA: Minor fixes for [8639], thanks jurchiks for report.

parent 98fb9376
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ public class Q10272_LightFragment extends Quest
final int npcId = npc.getNpcId();
final int cond = st.getInt("cond");
if (npc.getNpcId() == ORBYU)
if (npcId == ORBYU)
{
switch (st.getState())
{
......@@ -237,7 +237,7 @@ public class Q10272_LightFragment extends Quest
{
if (st.getQuestItemsCount(PcInventory.ADENA_ID) >= 10000)
{
st.giveAdena(10000, false);
st.takeItems(PcInventory.ADENA_ID, 10000);
htmltext = "32566-05.htm";
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment