diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds.java index eacd45eb0a..67efeb584a 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds.java @@ -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 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/no-class.html b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/no-class.html index ba791375e4..f8f4dfd1dc 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/no-class.html +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/no-class.html @@ -1,4 +1,4 @@ Investigator Rua:
Whoa, not so fast. You're way out of your league here.
-(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.) \ No newline at end of file diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds.java index eacd45eb0a..67efeb584a 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds.java @@ -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 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/no-class.html b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/no-class.html index ba791375e4..f8f4dfd1dc 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/no-class.html +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10434_TheSealOfPunishmentSelMahumTrainingGrounds/no-class.html @@ -1,4 +1,4 @@ Investigator Rua:
Whoa, not so fast. You're way out of your league here.
-(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.) \ No newline at end of file