Fix for quest 10752.

Contributed by gigilo1968.
This commit is contained in:
MobiusDev
2016-07-31 07:44:30 +00:00
parent 1cf778c9cc
commit 2ba2fd6abd

View File

@@ -438,10 +438,12 @@ public final class Q10752_WindsOfFateAPromise extends Quest
break;
}
}
break;
}
case State.COMPLETED:
{
htmltext = getAlreadyCompletedMsg(player);
break;
}
}
return htmltext;