Removed old methods from codepath.

This commit is contained in:
2023-04-29 14:00:24 -04:00
parent 4acc4192af
commit 6cfd078469
3 changed files with 0 additions and 61 deletions
-1
View File
@@ -543,7 +543,6 @@ public class WorldServer {
for (Mob m : mobs) {
m.setObjectTypeMask(MBServerStatics.MASK_MOB | m.getTypeMasks());
m.setLoc(m.getLoc());
m.setParentZone(zone);
//ADD GUARDS HERE.
if (m.building != null && m.building.getBlueprint() != null && m.building.getBlueprint().getBuildingGroup() == BuildingGroup.BARRACK)