Skip to content
Snippets Groups Projects
Commit f2953bf0 authored by nBd's avatar nBd
Browse files

BETA: Minor fix on Q00131_BirdInACage & Q00133_ThatsBloodyHot

parent 61e2812d
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ public class Q00131_BirdInACage extends Quest ...@@ -147,7 +147,7 @@ public class Q00131_BirdInACage extends Quest
} }
break; break;
} }
case "32292-04.html": case "32271-04.html":
{ {
if (st.isCond(3)) if (st.isCond(3))
{ {
......
...@@ -70,6 +70,7 @@ public class Q00133_ThatsBloodyHot extends Quest ...@@ -70,6 +70,7 @@ public class Q00133_ThatsBloodyHot extends Quest
} }
break; break;
} }
case "32264-06.html":
case "32264-07.html": case "32264-07.html":
{ {
if (st.isCond(1)) if (st.isCond(1))
...@@ -117,6 +118,7 @@ public class Q00133_ThatsBloodyHot extends Quest ...@@ -117,6 +118,7 @@ public class Q00133_ThatsBloodyHot extends Quest
{ {
st.takeItems(REFINED_CRYSTAL_SAMPLE, -1); st.takeItems(REFINED_CRYSTAL_SAMPLE, -1);
htmltext = event; htmltext = event;
st.setCond(4);
} }
break; break;
} }
......
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