Minor fix for quest 10434.
This commit is contained in:
@@ -68,7 +68,7 @@ public class Q10434_TheSealOfPunishmentSelMahumTrainingGrounds extends Quest
|
|||||||
addCondMaxLevel(MAX_LEVEL, "noLevel.html");
|
addCondMaxLevel(MAX_LEVEL, "noLevel.html");
|
||||||
addCondMinLevel(MIN_LEVEL, "noLevel.html");
|
addCondMinLevel(MIN_LEVEL, "noLevel.html");
|
||||||
addCondNotRace(Race.ERTHEIA, "noErtheia.html");
|
addCondNotRace(Race.ERTHEIA, "noErtheia.html");
|
||||||
addCondInCategory(CategoryType.WEAPON_MASTER, "nocond.html");
|
addCondInCategory(CategoryType.WEAPON_MASTER, "no-class.html");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<html><body>Investigator Rua:<br>
|
<html><body>Investigator Rua:<br>
|
||||||
Whoa, not so fast. You're way out of your league here. <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>
|
</body></html>
|
@@ -68,7 +68,7 @@ public class Q10434_TheSealOfPunishmentSelMahumTrainingGrounds extends Quest
|
|||||||
addCondMaxLevel(MAX_LEVEL, "noLevel.html");
|
addCondMaxLevel(MAX_LEVEL, "noLevel.html");
|
||||||
addCondMinLevel(MIN_LEVEL, "noLevel.html");
|
addCondMinLevel(MIN_LEVEL, "noLevel.html");
|
||||||
addCondNotRace(Race.ERTHEIA, "noErtheia.html");
|
addCondNotRace(Race.ERTHEIA, "noErtheia.html");
|
||||||
addCondInCategory(CategoryType.WEAPON_MASTER, "nocond.html");
|
addCondInCategory(CategoryType.WEAPON_MASTER, "no-class.html");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<html><body>Investigator Rua:<br>
|
<html><body>Investigator Rua:<br>
|
||||||
Whoa, not so fast. You're way out of your league here. <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>
|
</body></html>
|
Reference in New Issue
Block a user