duplicate zoneMobSet additions fixed

This commit is contained in:
2023-05-09 19:57:34 -05:00
parent b3c7db9214
commit f99698feda
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -984,9 +984,6 @@ public class NPC extends AbstractCharacter {
(short) 1, (short) 1, (short) 1, guild, (byte) 0, 0, isMob, building, contractID, parent);
npcWithoutID.setLevel(level);
if (parent != null) {
npcWithoutID.setRelPos(parent, spawn.x - parent.absX, spawn.y - parent.absY, spawn.z - parent.absZ);
}
if (npcWithoutID.mobBase == null) {
return null;