Proper class name for quest 10800.
This commit is contained in:
parent
3655de45a6
commit
6abbe1707b
@ -14,7 +14,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
package quests.Q10800_ReconnaissanceADragonValley;
|
package quests.Q10800_ReconnaissanceAtDragonValley;
|
||||||
|
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
@ -36,7 +36,7 @@ import quests.Q10799_StrangeThingsAfootInTheValley.Q10799_StrangeThingsAfootInTh
|
|||||||
* @URL https://l2wiki.com/Reconnaissance_at_Dragon_Valley
|
* @URL https://l2wiki.com/Reconnaissance_at_Dragon_Valley
|
||||||
* @author Gigi
|
* @author Gigi
|
||||||
*/
|
*/
|
||||||
public class Q10800_ReconnaissanceADragonValley extends Quest
|
public class Q10800_ReconnaissanceAtDragonValley extends Quest
|
||||||
{
|
{
|
||||||
// NPC
|
// NPC
|
||||||
private static final int NAMO = 33973;
|
private static final int NAMO = 33973;
|
||||||
@ -60,7 +60,7 @@ public class Q10800_ReconnaissanceADragonValley extends Quest
|
|||||||
private static final int MAX_LEVEL = 85;
|
private static final int MAX_LEVEL = 85;
|
||||||
private static final String KILL_COUNT_VAR = "KillCounts";
|
private static final String KILL_COUNT_VAR = "KillCounts";
|
||||||
|
|
||||||
public Q10800_ReconnaissanceADragonValley()
|
public Q10800_ReconnaissanceAtDragonValley()
|
||||||
{
|
{
|
||||||
super(10800);
|
super(10800);
|
||||||
addStartNpc(NAMO);
|
addStartNpc(NAMO);
|
Loading…
Reference in New Issue
Block a user