Skip to content
Snippets Groups Projects
Commit 5740d6af authored by janiii's avatar janiii
Browse files

fix #4987, thx Magister for bug report

parent 92b14d25
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ public final class Q132_MatrasCuriosity extends Quest
{
case 1:
case 2:
if ((st.getQuestItemsCount(BLUEPRINT_RANKU) > 0) && (st.getQuestItemsCount(BLUEPRINT_RANKU) > 0))
if ((st.getQuestItemsCount(BLUEPRINT_RANKU) > 0) && (st.getQuestItemsCount(BLUEPRINT_PRINCE) > 0))
{
st.takeItems(BLUEPRINT_RANKU, -1);
st.takeItems(BLUEPRINT_PRINCE, -1);
......
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