Fixed issue starting quest 10295.
Thanks to musicgyz.
This commit is contained in:
parent
eb04de8b64
commit
7a42449e97
@ -135,12 +135,7 @@ public class Q10295_RespectforGraves extends Quest
|
||||
{
|
||||
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";
|
||||
htmltext = "no_enough.html";
|
||||
}
|
||||
else if (qs.isCond(2))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user