forked from MagicBane/Server
pirateName and Rank added to CreateMob interface.
This commit is contained in:
@@ -76,7 +76,7 @@ public class SplatMobCmd extends AbstractDevCmd {
|
||||
|
||||
mobile = Mob.createMob(_mobileUUID,
|
||||
Vector3fImmutable.getRandomPointInCircle(_currentLocation, _targetRange),
|
||||
null, true, serverZone,null,0);
|
||||
null, true, serverZone,null,0, "", 1);
|
||||
|
||||
if (mobile != null) {
|
||||
mobile.updateDatabase();
|
||||
|
||||
Reference in New Issue
Block a user