Skip to content
Snippets Groups Projects
Commit d0d97e01 authored by Adry85's avatar Adry85 Committed by Zoey76
Browse files

Fixed Possessor Of A Precious Soul 2 quest.

Reported by: CostyKiller
Fixed by: CostyKiller
parent 6dfd2a4a
No related branches found
No related tags found
No related merge requests found
...@@ -124,6 +124,7 @@ public class Q00242_PossessorOfAPreciousSoul2 extends Quest ...@@ -124,6 +124,7 @@ public class Q00242_PossessorOfAPreciousSoul2 extends Quest
st.takeItems(SORCERY_INGREDIENT, -1); st.takeItems(SORCERY_INGREDIENT, -1);
st.set("awaitsDrops", "1"); st.set("awaitsDrops", "1");
st.setCond(9, true); st.setCond(9, true);
st.set("cornerstones", "0");
} }
break; break;
case "PURE_UNICORN": case "PURE_UNICORN":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment