Fix for Pailaka Song of Ice and Fire quest.

Contributed by maximov.
This commit is contained in:
MobiusDev 2017-08-13 19:23:18 +00:00
parent 2039ace47a
commit b09418c0a0
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: