From 414518ae7c017f166df3c8934d90dc5d04279e86 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Fri, 8 Sep 2017 13:51:19 +0000 Subject: [PATCH] Proper quest 787 and 10800 no text messages. --- .../Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java | 2 +- .../{no_level.htm => no_level.html} | 0 .../Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java | 2 +- .../{no_level.htm => no_level.html} | 0 .../Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java | 2 +- .../{no_level.htm => no_level.html} | 0 6 files changed, 3 insertions(+), 3 deletions(-) rename L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/{no_level.htm => no_level.html} (100%) rename L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/{no_level.htm => no_level.html} (100%) rename L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/{no_level.htm => no_level.html} (100%) diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java index 51d8ab0a10..51a75d2efe 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java @@ -74,7 +74,7 @@ public class Q00787_TheRoleOfAWatcher extends Quest addKillId(MONSTERS); registerQuestItems(DRAGON_BONE_DUST, DRAGON_BONE_FRAGMENT); addCondLevel(MIN_LEVEL, MAX_LEVEL, "no_level.html"); - addCondRace(Race.ERTHEIA, "noErtheya.html"); + addCondRace(Race.ERTHEIA, "noErtheia.html"); } @Override diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.htm b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.html similarity index 100% rename from L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.htm rename to L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.html diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java index 51d8ab0a10..51a75d2efe 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java @@ -74,7 +74,7 @@ public class Q00787_TheRoleOfAWatcher extends Quest addKillId(MONSTERS); registerQuestItems(DRAGON_BONE_DUST, DRAGON_BONE_FRAGMENT); addCondLevel(MIN_LEVEL, MAX_LEVEL, "no_level.html"); - addCondRace(Race.ERTHEIA, "noErtheya.html"); + addCondRace(Race.ERTHEIA, "noErtheia.html"); } @Override diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.htm b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.html similarity index 100% rename from L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.htm rename to L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.html diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java index 212c6b7826..7d8d2aea58 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java @@ -73,7 +73,7 @@ public class Q00787_TheRoleOfAWatcher extends Quest addKillId(MONSTERS); registerQuestItems(DRAGON_BONE_DUST, DRAGON_BONE_FRAGMENT); addCondLevel(MIN_LEVEL, MAX_LEVEL, "no_level.html"); - addCondRace(Race.ERTHEIA, "noErtheya.html"); + addCondRace(Race.ERTHEIA, "noErtheia.html"); } @Override diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.html similarity index 100% rename from L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.htm rename to L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10800_ReconnaissanceAtDragonValley/no_level.html