Removed unnecessary double spaces from log messages.
This commit is contained in:
parent
9a3d55e768
commit
4a2ddb08c5
@ -14171,7 +14171,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -50,6 +50,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("boss", BossDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -15812,7 +15812,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -50,6 +50,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("boss", BossDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -16040,7 +16040,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -50,6 +50,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("boss", BossDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -16382,7 +16382,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -50,6 +50,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("boss", BossDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -17057,7 +17057,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -50,6 +50,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("boss", BossDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -17315,7 +17315,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("monster", MonsterDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -17375,7 +17375,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("monster", MonsterDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -17846,7 +17846,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("monster", MonsterDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -17894,7 +17894,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("monster", MonsterDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -17897,7 +17897,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -72,6 +72,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("quest", QuestDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("siege", SiegeDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("useitem", UseItemDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -19427,7 +19427,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -72,6 +72,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("quest", QuestDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("siege", SiegeDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("useitem", UseItemDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -19808,7 +19808,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -115,7 +115,7 @@ public class SkillTreeTable
|
||||
{
|
||||
if (classId != null)
|
||||
{
|
||||
LOGGER.warning("Error while creating skill tree (Class ID " + classId.getId() + "): " + e);
|
||||
LOGGER.warning("Error while creating skill tree (Class ID " + classId.getId() + "): " + e);
|
||||
}
|
||||
}
|
||||
LOGGER.info("SkillTreeTable: Loaded " + count + " skills.");
|
||||
|
@ -54,7 +54,7 @@ public class AdminReload implements IAdminCommandHandler
|
||||
|
||||
if (!st.hasMoreTokens())
|
||||
{
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -126,7 +126,7 @@ public class AdminReload implements IAdminCommandHandler
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
@ -15081,7 +15081,7 @@ public class Player extends Playable
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
LOGGER.warning("SetSex: Could not store data:" + e);
|
||||
LOGGER.warning("SetSex: Could not store data:" + e);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -382,7 +382,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.warning("cannot add the task: " + e.getMessage());
|
||||
LOGGER.warning("cannot add the task: " + e.getMessage());
|
||||
}
|
||||
return output;
|
||||
}
|
||||
|
@ -115,7 +115,7 @@ public class SkillTreeTable
|
||||
{
|
||||
if (classId != null)
|
||||
{
|
||||
LOGGER.warning("Error while creating skill tree (Class ID " + classId.getId() + "): " + e);
|
||||
LOGGER.warning("Error while creating skill tree (Class ID " + classId.getId() + "): " + e);
|
||||
}
|
||||
}
|
||||
LOGGER.info("SkillTreeTable: Loaded " + count + " skills.");
|
||||
|
@ -54,7 +54,7 @@ public class AdminReload implements IAdminCommandHandler
|
||||
|
||||
if (!st.hasMoreTokens())
|
||||
{
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -126,7 +126,7 @@ public class AdminReload implements IAdminCommandHandler
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
BuilderUtil.sendSysMessage(activeChar, "Usage: //reload <type>");
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
@ -15452,7 +15452,7 @@ public class Player extends Playable
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
LOGGER.warning("SetSex: Could not store data:" + e);
|
||||
LOGGER.warning("SetSex: Could not store data:" + e);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -382,7 +382,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.warning("cannot add the task: " + e.getMessage());
|
||||
LOGGER.warning("cannot add the task: " + e.getMessage());
|
||||
}
|
||||
return output;
|
||||
}
|
||||
|
@ -377,7 +377,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -80,7 +80,7 @@ public class HellboundSpawns implements IXmlReader
|
||||
final Node id = npc.getAttributes().getNamedItem("id");
|
||||
if (id == null)
|
||||
{
|
||||
LOGGER.severe(getClass().getSimpleName() + ": Missing NPC ID, skipping record!");
|
||||
LOGGER.severe(getClass().getSimpleName() + ": Missing NPC ID, skipping record!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -379,7 +379,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -80,7 +80,7 @@ public class HellboundSpawns implements IXmlReader
|
||||
final Node id = npc.getAttributes().getNamedItem("id");
|
||||
if (id == null)
|
||||
{
|
||||
LOGGER.severe(getClass().getSimpleName() + ": Missing NPC ID, skipping record!");
|
||||
LOGGER.severe(getClass().getSimpleName() + ": Missing NPC ID, skipping record!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -381,7 +381,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -14075,7 +14075,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -365,7 +365,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -15812,7 +15812,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -365,7 +365,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -48,6 +48,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("boss", BossDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -16061,7 +16061,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -48,6 +48,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("boss", BossDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -16379,7 +16379,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -48,6 +48,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("boss", BossDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -17057,7 +17057,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -50,6 +50,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("spirit", SpiritDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -17315,7 +17315,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("spirit", SpiritDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -17642,7 +17642,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("spirit", SpiritDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -17456,7 +17456,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("spirit", SpiritDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -17456,7 +17456,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -48,6 +48,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("boss", BossDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -16379,7 +16379,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("spirit", SpiritDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -18734,7 +18734,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("fishing", FishingDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("spirit", SpiritDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -19055,7 +19055,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -56,6 +56,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("purge", PurgeRewardDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("useitem", UseItemDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -19625,7 +19625,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -56,6 +56,6 @@ public class DailyMissionMasterHandler
|
||||
DailyMissionHandler.getInstance().registerHandler("joinclan", JoinClanDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("purge", PurgeRewardDailyMissionHandler::new);
|
||||
DailyMissionHandler.getInstance().registerHandler("useitem", UseItemDailyMissionHandler::new);
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
LOGGER.info(DailyMissionMasterHandler.class.getSimpleName() + ": Loaded " + DailyMissionHandler.getInstance().size() + " handlers.");
|
||||
}
|
||||
}
|
||||
|
@ -19985,7 +19985,7 @@ public class SystemMessageId
|
||||
{
|
||||
if (params < 0)
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
throw new IllegalArgumentException("Invalid negative param count: " + params);
|
||||
}
|
||||
|
||||
if (params > 10)
|
||||
|
@ -367,7 +367,7 @@ public class TaskManager
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
LOGGER.log(Level.WARNING, TaskManager.class.getSimpleName() + ": Cannot add the task: " + e.getMessage(), e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user