Proper kill condition for quest Protect The Water Source (159).
Contributed by altronrain.
This commit is contained in:
@@ -140,7 +140,7 @@ public class Q159_ProtectTheWaterSource extends Quest
|
||||
{
|
||||
st.setCond(2);
|
||||
}
|
||||
else if (st.isCond(2) && st.dropItems(PLAGUE_DUST, 1, 5, 400000))
|
||||
else if (st.isCond(3) && st.dropItems(PLAGUE_DUST, 1, 5, 400000))
|
||||
{
|
||||
st.setCond(4);
|
||||
}
|
||||
|
@@ -140,7 +140,7 @@ public class Q159_ProtectTheWaterSource extends Quest
|
||||
{
|
||||
st.setCond(2);
|
||||
}
|
||||
else if (st.isCond(2) && st.dropItems(PLAGUE_DUST, 1, 5, 400000))
|
||||
else if (st.isCond(3) && st.dropItems(PLAGUE_DUST, 1, 5, 400000))
|
||||
{
|
||||
st.setCond(4);
|
||||
}
|
||||
|
Reference in New Issue
Block a user