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

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