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

@@ -122,13 +122,9 @@ public final class Q00381_LetsBecomeARoyalMember extends Quest
qs.exitQuest(false, true);
htmltext = "30232-06.html";
}
else if (hasAlbum || hasCoin)
{
htmltext = "30232-05.html";
}
else
{
htmltext = "30232-04.html";
htmltext = hasAlbum || hasCoin ? "30232-05.html" : "30232-04.html";
}
}
else