From f149d695ec8b05bb0446b9673d072aa0b8da89a2 Mon Sep 17 00:00:00 2001
From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Thu, 7 Sep 2017 12:13:03 +0000
Subject: [PATCH] Minor fix for quest 10434.
---
.../Q10434_TheSealOfPunishmentSelMahumTrainingGrounds.java | 2 +-
.../no-class.html | 2 +-
.../Q10434_TheSealOfPunishmentSelMahumTrainingGrounds.java | 2 +-
.../no-class.html | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
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