Serial number uses attribute

This commit is contained in:
Treeku
2014-04-13 16:33:18 +01:00
parent 432700ab20
commit 7cee1990b5
14 changed files with 4 additions and 49 deletions
+1 -1
View File
@@ -659,7 +659,7 @@ public class ObjectService implements INetworkDispatch {
return core.getCreatureODB().get(new Long(objectId), Long.class, CreatureObject.class);
}
private long generateObjectID() {
public long generateObjectID() {
/*Random random = new Random();
long objectID = random.nextInt();