Proper class name for quest 10800.

This commit is contained in:
MobiusDev 2016-07-30 07:39:45 +00:00
parent 3655de45a6
commit 6abbe1707b
12 changed files with 3 additions and 3 deletions

View File

@ -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);