Minor fix for quest 10434.

This commit is contained in:
MobiusDev
2017-09-07 12:13:03 +00:00
parent 0cd0762502
commit f149d695ec
4 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ public class Q10434_TheSealOfPunishmentSelMahumTrainingGrounds extends Quest
addCondMaxLevel(MAX_LEVEL, "noLevel.html");
addCondMinLevel(MIN_LEVEL, "noLevel.html");
addCondNotRace(Race.ERTHEIA, "noErtheia.html");
addCondInCategory(CategoryType.WEAPON_MASTER, "nocond.html");
addCondInCategory(CategoryType.WEAPON_MASTER, "no-class.html");
}
@Override

View File

@@ -1,4 +1,4 @@
<html><body>Investigator Rua:<br>
Whoa, not so fast. You're way out of your league here. <br>
(This quest can only be performed by characters Lv. 81 or above of the Dreadnought, Titan, Fortune Seeker or Maestro class.)
(This quest can only be performed by characters Lv. 81 or above of the Dreadnought, Titan, Fortune Seeker or Maestro class.)
</body></html>

View File

@@ -68,7 +68,7 @@ public class Q10434_TheSealOfPunishmentSelMahumTrainingGrounds extends Quest
addCondMaxLevel(MAX_LEVEL, "noLevel.html");
addCondMinLevel(MIN_LEVEL, "noLevel.html");
addCondNotRace(Race.ERTHEIA, "noErtheia.html");
addCondInCategory(CategoryType.WEAPON_MASTER, "nocond.html");
addCondInCategory(CategoryType.WEAPON_MASTER, "no-class.html");
}
@Override

View File

@@ -1,4 +1,4 @@
<html><body>Investigator Rua:<br>
Whoa, not so fast. You're way out of your league here. <br>
(This quest can only be performed by characters Lv. 81 or above of the Dreadnought, Titan, Fortune Seeker or Maestro class.)
(This quest can only be performed by characters Lv. 81 or above of the Dreadnought, Titan, Fortune Seeker or Maestro class.)
</body></html>