Mark of Retriever handler.

Contributed by hitnar.
This commit is contained in:
MobiusDev
2016-03-19 08:32:45 +00:00
parent a5e8201458
commit 9a9a5dd414
5 changed files with 173 additions and 17 deletions

View File

@ -1,5 +1,4 @@
/*
* This file is part of the L2J Mobius project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -1490,7 +1489,6 @@ public final class L2PcInstance extends L2Playable
* Gets all the active quests.
* @return a list of active quests
*/
public List<Quest> getAllActiveQuests()
{
final List<Quest> quests = new LinkedList<>();