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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user