Proper html bypass name for quest Iconic Trinity (178).
Contributed by Helionar.
This commit is contained in:
parent
a920f7d948
commit
d22ae348f1
@ -78,7 +78,7 @@ public class Q00178_IconicTrinity extends Quest
|
||||
htmltext = htmltext.replace("%name1%", player.getName());
|
||||
break;
|
||||
}
|
||||
case "32138-14.htm":
|
||||
case "32138-14.html":
|
||||
{
|
||||
if ((qs.isMemoState(10) && (player.getLevel() <= TWENTY_LEVEL) && (player.getClassId() == ClassId.MALE_SOLDIER)) || (player.getClassId() == ClassId.FEMALE_SOLDIER))
|
||||
{
|
||||
|
@ -78,7 +78,7 @@ public class Q00178_IconicTrinity extends Quest
|
||||
htmltext = htmltext.replace("%name1%", player.getName());
|
||||
break;
|
||||
}
|
||||
case "32138-14.htm":
|
||||
case "32138-14.html":
|
||||
{
|
||||
if ((qs.isMemoState(10) && (player.getLevel() <= TWENTY_LEVEL) && (player.getClassId() == ClassId.MALE_SOLDIER)) || (player.getClassId() == ClassId.FEMALE_SOLDIER))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user