Fix for Pailaka Song of Ice and Fire quest.
Contributed by maximov.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user