Moved MP reward task to proper location.
This commit is contained in:
@@ -48,7 +48,6 @@ import org.l2jmobius.gameserver.instancemanager.FortManager;
|
||||
import org.l2jmobius.gameserver.instancemanager.WalkingManager;
|
||||
import org.l2jmobius.gameserver.instancemanager.ZoneManager;
|
||||
import org.l2jmobius.gameserver.model.Location;
|
||||
import org.l2jmobius.gameserver.model.MpRewardTask;
|
||||
import org.l2jmobius.gameserver.model.Party;
|
||||
import org.l2jmobius.gameserver.model.Spawn;
|
||||
import org.l2jmobius.gameserver.model.StatSet;
|
||||
@@ -60,6 +59,7 @@ import org.l2jmobius.gameserver.model.actor.instance.Teleporter;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.Warehouse;
|
||||
import org.l2jmobius.gameserver.model.actor.stat.NpcStat;
|
||||
import org.l2jmobius.gameserver.model.actor.status.NpcStatus;
|
||||
import org.l2jmobius.gameserver.model.actor.tasks.npc.MpRewardTask;
|
||||
import org.l2jmobius.gameserver.model.actor.templates.NpcTemplate;
|
||||
import org.l2jmobius.gameserver.model.events.EventDispatcher;
|
||||
import org.l2jmobius.gameserver.model.events.EventType;
|
||||
|
@@ -14,7 +14,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package org.l2jmobius.gameserver.model;
|
||||
package org.l2jmobius.gameserver.model.actor.tasks.npc;
|
||||
|
||||
import java.util.concurrent.ScheduledFuture;
|
||||
|
Reference in New Issue
Block a user