Fixed last two quest warnings.

Contributed by Stayway.
This commit is contained in:
MobiusDev 2017-08-15 14:57:29 +00:00
parent 2602bbb165
commit 4328a8dc6a
2 changed files with 2 additions and 4 deletions

View File

@ -32,7 +32,7 @@ import com.l2jmobius.gameserver.network.NpcStringId;
/**
* Strange Things Afoot in the Valley (10799)
* @URL https://l2wiki.com/Strange_Things_Afoot_in_the_Valley
* @author Gigi
* @author Gigi / Stayway (Rework Helios)
*/
public class Q10799_StrangeThingsAfootInTheValley extends Quest
{
@ -52,7 +52,6 @@ public class Q10799_StrangeThingsAfootInTheValley extends Quest
23438, // Metallic Cave Servant
23439, // Iron Cave Servant
23440, // Headless Knight
23447 // Gust Spiral
};
// Items
private static final int EAS = 960;

View File

@ -34,7 +34,7 @@ import quests.Q10799_StrangeThingsAfootInTheValley.Q10799_StrangeThingsAfootInTh
/**
* Reconnaissance at Dragon Valley (10800)
* @URL https://l2wiki.com/Reconnaissance_at_Dragon_Valley
* @author Gigi
* @author Gigi / Stayway (Rework Helios)
*/
public class Q10800_ReconnaissanceAtDragonValley extends Quest
{
@ -51,7 +51,6 @@ public class Q10800_ReconnaissanceAtDragonValley extends Quest
23442, // Dark Grave Warrior
23443, // Dark Grave Wizard
23444, // Dark Grave Knight
23447 // Gust Spiral
};
// Item
private static final int EAS = 960;