This commit is contained in:
Treeku
2014-05-02 21:15:57 +01:00
4 changed files with 72 additions and 1 deletions
+1 -1
View File
@@ -897,7 +897,7 @@ public class ObjectService implements INetworkDispatch {
if(!core.getConfig().getString("MOTD").equals(""))
creature.sendSystemMessage(core.getConfig().getString("MOTD"), (byte) 2);
BountyListItem bounty = (BountyListItem) core.getBountiesODB().get(creature.getObjectId());
BountyListItem bounty = (BountyListItem) core.getBountiesODB().get(creature.getObjectID());
if (bounty != null)
core.missionService.getBountyList().add(bounty);