Code improvements.

This commit is contained in:
MobiusDev
2016-04-24 16:30:15 +00:00
parent 8bd51aba1c
commit 2dd14bef9b
860 changed files with 8865 additions and 17041 deletions

View File

@@ -211,14 +211,7 @@ public final class Q00128_PailakaSongOfIceAndFire extends Quest
}
case State.STARTED:
{
if (qs.getCond() > 1)
{
htmltext = "32497-00.htm";
}
else
{
htmltext = "32497-03.htm";
}
htmltext = qs.getCond() > 1 ? "32497-00.htm" : "32497-03.htm";
break;
}
case State.COMPLETED:
@@ -236,14 +229,7 @@ public final class Q00128_PailakaSongOfIceAndFire extends Quest
}
case SINAI:
{
if (qs.getCond() > 1)
{
htmltext = "32500-00.htm";
}
else
{
htmltext = "32500-01.htm";
}
htmltext = qs.getCond() > 1 ? "32500-00.htm" : "32500-01.htm";
break;
}
case INSPECTOR: