forked from MagicBane/Server
Add new npc to world.
This commit is contained in:
@@ -528,6 +528,8 @@ public enum BuildingManager {
|
|||||||
if (npc == null)
|
if (npc == null)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
WorldGrid.addObject(npc, contractOwner);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user