Minor change for quest Divided Sakum Kanilov (10336).

Contributed by NightBR.
This commit is contained in:
MobiusDevelopment
2019-03-19 01:18:01 +00:00
parent 31d9527628
commit a71fc06246
7 changed files with 7 additions and 7 deletions

View File

@@ -157,7 +157,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
if ((st != null) && st.isStarted() && st.isCond(1)) if ((st != null) && st.isStarted() && st.isCond(1))
{ {
st.set("killed_" + KANILOV, 1); st.set("killed_" + KANILOV, 1);
st.setCond(2); st.setCond(2, true);
} }
return super.onKill(npc, killer, isSummon); return super.onKill(npc, killer, isSummon);
} }

View File

@@ -157,7 +157,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
if ((st != null) && st.isStarted() && st.isCond(1)) if ((st != null) && st.isStarted() && st.isCond(1))
{ {
st.set("killed_" + KANILOV, 1); st.set("killed_" + KANILOV, 1);
st.setCond(2); st.setCond(2, true);
} }
return super.onKill(npc, killer, isSummon); return super.onKill(npc, killer, isSummon);
} }

View File

@@ -157,7 +157,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
if ((st != null) && st.isStarted() && st.isCond(1)) if ((st != null) && st.isStarted() && st.isCond(1))
{ {
st.set("killed_" + KANILOV, 1); st.set("killed_" + KANILOV, 1);
st.setCond(2); st.setCond(2, true);
} }
return super.onKill(npc, killer, isSummon); return super.onKill(npc, killer, isSummon);
} }

View File

@@ -154,7 +154,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
if ((st != null) && st.isStarted() && st.isCond(1)) if ((st != null) && st.isStarted() && st.isCond(1))
{ {
st.set("killed_" + KANILOV, 1); st.set("killed_" + KANILOV, 1);
st.setCond(2); st.setCond(2, true);
} }
return super.onKill(npc, killer, isSummon); return super.onKill(npc, killer, isSummon);
} }

View File

@@ -154,7 +154,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
if ((st != null) && st.isStarted() && st.isCond(1)) if ((st != null) && st.isStarted() && st.isCond(1))
{ {
st.set("killed_" + KANILOV, 1); st.set("killed_" + KANILOV, 1);
st.setCond(2); st.setCond(2, true);
} }
return super.onKill(npc, killer, isSummon); return super.onKill(npc, killer, isSummon);
} }

View File

@@ -154,7 +154,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
if ((st != null) && st.isStarted() && st.isCond(1)) if ((st != null) && st.isStarted() && st.isCond(1))
{ {
st.set("killed_" + KANILOV, 1); st.set("killed_" + KANILOV, 1);
st.setCond(2); st.setCond(2, true);
} }
return super.onKill(npc, killer, isSummon); return super.onKill(npc, killer, isSummon);
} }

View File

@@ -154,7 +154,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
if ((st != null) && st.isStarted() && st.isCond(1)) if ((st != null) && st.isStarted() && st.isCond(1))
{ {
st.set("killed_" + KANILOV, 1); st.set("killed_" + KANILOV, 1);
st.setCond(2); st.setCond(2, true);
} }
return super.onKill(npc, killer, isSummon); return super.onKill(npc, killer, isSummon);
} }