Skip to content
Snippets Groups Projects
Commit e8e0c7f0 authored by Adry85's avatar Adry85
Browse files

Fixed Certified Soul Breaker quest.

Reported by: Darkloud91
parent b73abf45
No related branches found
No related tags found
No related merge requests found
...@@ -650,6 +650,7 @@ public final class Q00065_CertifiedSoulBreaker extends Quest ...@@ -650,6 +650,7 @@ public final class Q00065_CertifiedSoulBreaker extends Quest
else if (memoState == 5) else if (memoState == 5)
{ {
qs.setMemoState(6); qs.setMemoState(6);
qs.setMemoStateEx(1, 0); // Custom line
qs.setCond(6, true); qs.setCond(6, true);
htmltext = "32199-03.html"; htmltext = "32199-03.html";
} }
......
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