Slot added to stored procedures.

This commit is contained in:
2023-04-24 16:23:13 -04:00
parent 0513cc978e
commit 6d73e12c5c
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ public class NPC extends AbstractCharacter {
private String nameOverride = "";
private int equipmentSetID = 0;
public int runeSetID = 0;
private int slot;
public int slot;
private Regions region = null;
public Vector3fImmutable inBuildingLoc = Vector3fImmutable.ZERO;