Incap debuff uses new format, added MOTD on login

This commit is contained in:
Waverunner
2014-03-27 19:33:38 -04:00
parent 1464f5b428
commit d8eb437348
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -679,6 +679,9 @@ public class ObjectService implements INetworkDispatch {
}
}
if(!core.getConfig().getString("MOTD").equals(""))
creature.sendSystemMessage(core.getConfig().getString("MOTD"), (byte) 2);
core.playerService.postZoneIn(creature);
}