Fixed issue starting quest 10295.

Thanks to musicgyz.
This commit is contained in:
MobiusDevelopment 2021-04-10 06:35:53 +00:00
parent eb04de8b64
commit 7a42449e97

View File

@ -134,14 +134,9 @@ public class Q10295_RespectforGraves extends Quest
else if (qs.isStarted())
{
if (qs.isCond(1))
{
final int killCount = qs.getInt(KILL_COUNT_VAR);
if ((killCount < 300) && (player.getLevel() < 52))
{
htmltext = "no_enough.html";
}
htmltext = "30857-01.htm";
}
else if (qs.isCond(2))
{
htmltext = "30857-04.html";