forked from MagicBane/Server
run siege minion after load
This commit is contained in:
@@ -1453,7 +1453,7 @@ public class NPC extends AbstractCharacter {
|
|||||||
return null;
|
return null;
|
||||||
|
|
||||||
mob = new Mob(minionMobBase, guild, parent, level,new Vector3fImmutable(1,1,1), 0,false);
|
mob = new Mob(minionMobBase, guild, parent, level,new Vector3fImmutable(1,1,1), 0,false);
|
||||||
|
mob.runAfterLoad();
|
||||||
mob.despawned = true;
|
mob.despawned = true;
|
||||||
DbManager.addToCache(mob);
|
DbManager.addToCache(mob);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user