pirateName and Rank added to CreateMob interface.

This commit is contained in:
2023-04-23 08:51:49 -04:00
parent 235ea84dcd
commit 0a783f7561
5 changed files with 214 additions and 215 deletions
+1 -1
View File
@@ -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();