Core/Entities: Extended SpawnMask to 64 bit

This commit is contained in:
hondacrx
2018-01-06 23:43:44 -05:00
parent ff338c6532
commit befc9fcae7
16 changed files with 95 additions and 75 deletions
@@ -1055,7 +1055,6 @@ namespace Game.Entities
{
public uint id; // entry in gamobject_template
public ushort mapid;
public ushort phaseMask;
public float posX;
public float posY;
public float posZ;
@@ -1064,9 +1063,9 @@ namespace Game.Entities
public int spawntimesecs;
public uint animprogress;
public GameObjectState go_state;
public uint spawnMask;
public ulong spawnMask;
public byte artKit;
public uint phaseid;
public uint phaseId;
public uint phaseGroup;
public uint ScriptId;
public bool dbData = true;