Fixed last two quest warnings.
Contributed by Stayway.
This commit is contained in:
parent
2602bbb165
commit
4328a8dc6a
@ -32,7 +32,7 @@ import com.l2jmobius.gameserver.network.NpcStringId;
|
|||||||
/**
|
/**
|
||||||
* Strange Things Afoot in the Valley (10799)
|
* Strange Things Afoot in the Valley (10799)
|
||||||
* @URL https://l2wiki.com/Strange_Things_Afoot_in_the_Valley
|
* @URL https://l2wiki.com/Strange_Things_Afoot_in_the_Valley
|
||||||
* @author Gigi
|
* @author Gigi / Stayway (Rework Helios)
|
||||||
*/
|
*/
|
||||||
public class Q10799_StrangeThingsAfootInTheValley extends Quest
|
public class Q10799_StrangeThingsAfootInTheValley extends Quest
|
||||||
{
|
{
|
||||||
@ -52,7 +52,6 @@ public class Q10799_StrangeThingsAfootInTheValley extends Quest
|
|||||||
23438, // Metallic Cave Servant
|
23438, // Metallic Cave Servant
|
||||||
23439, // Iron Cave Servant
|
23439, // Iron Cave Servant
|
||||||
23440, // Headless Knight
|
23440, // Headless Knight
|
||||||
23447 // Gust Spiral
|
|
||||||
};
|
};
|
||||||
// Items
|
// Items
|
||||||
private static final int EAS = 960;
|
private static final int EAS = 960;
|
||||||
|
@ -34,7 +34,7 @@ import quests.Q10799_StrangeThingsAfootInTheValley.Q10799_StrangeThingsAfootInTh
|
|||||||
/**
|
/**
|
||||||
* Reconnaissance at Dragon Valley (10800)
|
* Reconnaissance at Dragon Valley (10800)
|
||||||
* @URL https://l2wiki.com/Reconnaissance_at_Dragon_Valley
|
* @URL https://l2wiki.com/Reconnaissance_at_Dragon_Valley
|
||||||
* @author Gigi
|
* @author Gigi / Stayway (Rework Helios)
|
||||||
*/
|
*/
|
||||||
public class Q10800_ReconnaissanceAtDragonValley extends Quest
|
public class Q10800_ReconnaissanceAtDragonValley extends Quest
|
||||||
{
|
{
|
||||||
@ -51,7 +51,6 @@ public class Q10800_ReconnaissanceAtDragonValley extends Quest
|
|||||||
23442, // Dark Grave Warrior
|
23442, // Dark Grave Warrior
|
||||||
23443, // Dark Grave Wizard
|
23443, // Dark Grave Wizard
|
||||||
23444, // Dark Grave Knight
|
23444, // Dark Grave Knight
|
||||||
23447 // Gust Spiral
|
|
||||||
};
|
};
|
||||||
// Item
|
// Item
|
||||||
private static final int EAS = 960;
|
private static final int EAS = 960;
|
||||||
|
Loading…
Reference in New Issue
Block a user