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

@@ -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