Skip to content
Snippets Groups Projects
Commit 44835e0c authored by Zoey76's avatar Zoey76
Browse files

Fixed minor typo in quest Iconic Trinity (178)

Reported-by: Džinas
parent 0ce81a2e
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ public final class Q00178_IconicTrinity extends Quest {
htmltext = htmltext.replaceAll("%name1%", player.getName());
break;
}
case "32138-14.htm": {
case "32138-14.html": {
if ((qs.isMemoState(10) && (player.getLevel() <= TWENTY_LEVEL) && (player.getClassId() == ClassId.maleSoldier)) || (player.getClassId() == ClassId.femaleSoldier)) {
giveItems(player, SCROLL_ENCHANT_ARMOR_D_GRADE, 1);
addExpAndSp(player, 20123, 976);
......
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