Proper kill NpcStringId for Respect for Graves (10295).
This commit is contained in:
parent
2450d577af
commit
c8ddb87bde
@ -186,7 +186,7 @@ public class Q10295_RespectforGraves extends Quest
|
|||||||
if ((qs != null) && qs.isCond(1))
|
if ((qs != null) && qs.isCond(1))
|
||||||
{
|
{
|
||||||
final Set<NpcLogListHolder> holder = new HashSet<>();
|
final Set<NpcLogListHolder> holder = new HashSet<>();
|
||||||
holder.add(new NpcLogListHolder(NpcStringId.KILL_MONSTERS_IN_THE_CEMETERY.getId(), true, qs.getInt(KILL_COUNT_VAR)));
|
holder.add(new NpcLogListHolder(NpcStringId.KILL_MONSTERS_IN_THE_CEMETERY_2.getId(), true, qs.getInt(KILL_COUNT_VAR)));
|
||||||
holder.add(new NpcLogListHolder(NpcStringId.LEVEL_52_ACCOMPLISHED, player.getLevel() > 51 ? 1 : 0));
|
holder.add(new NpcLogListHolder(NpcStringId.LEVEL_52_ACCOMPLISHED, player.getLevel() > 51 ? 1 : 0));
|
||||||
return holder;
|
return holder;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user