Skip to content
Snippets Groups Projects
Commit 93b3d007 authored by Nos's avatar Nos
Browse files

BETA: DP-Part for [L6480].

parent 21e5fcb1
No related branches found
No related tags found
No related merge requests found
......@@ -624,7 +624,7 @@ public final class RainbowSpringsChateau extends Quest
{
_siegeEnd.cancel(false);
}
ThreadPoolManager.getInstance().executeTask(new SiegeEnd(clan));
ThreadPoolManager.getInstance().executeGeneral(new SiegeEnd(clan));
}
}
......@@ -904,7 +904,7 @@ public final class RainbowSpringsChateau extends Quest
public static void launchSiege()
{
_nextSiege.cancel(false);
ThreadPoolManager.getInstance().executeTask(new SiegeStart());
ThreadPoolManager.getInstance().executeGeneral(new SiegeStart());
}
public static void endSiege()
......@@ -913,7 +913,7 @@ public final class RainbowSpringsChateau extends Quest
{
_siegeEnd.cancel(false);
}
ThreadPoolManager.getInstance().executeTask(new SiegeEnd(null));
ThreadPoolManager.getInstance().executeGeneral(new SiegeEnd(null));
}
public static void updateAdminDate(long date)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment