Fix for Pailaka Song of Ice and Fire quest.
Contributed by maximov.
This commit is contained in:
parent
2039ace47a
commit
b09418c0a0
@ -208,7 +208,7 @@ public final class Q00128_PailakaSongOfIceAndFire extends Quest
|
||||
}
|
||||
case State.STARTED:
|
||||
{
|
||||
htmltext = (st.getCond() > 1) ? "32497-00.htm" : "32497-03.htm";
|
||||
htmltext = (st.getCond() > 1) ? "32497-00.htm" : "32497-01.htm";
|
||||
break;
|
||||
}
|
||||
case State.COMPLETED:
|
||||
|
@ -208,7 +208,7 @@ public final class Q00128_PailakaSongOfIceAndFire extends Quest
|
||||
}
|
||||
case State.STARTED:
|
||||
{
|
||||
htmltext = (st.getCond() > 1) ? "32497-00.htm" : "32497-03.htm";
|
||||
htmltext = (st.getCond() > 1) ? "32497-00.htm" : "32497-01.htm";
|
||||
break;
|
||||
}
|
||||
case State.COMPLETED:
|
||||
|
Loading…
Reference in New Issue
Block a user