Fixes loading, *Command system is broke* Will fix in the coming days.
This commit is contained in:
@@ -281,7 +281,7 @@ namespace Game.DataStorage
|
||||
public uint Id;
|
||||
public short EffectAura;
|
||||
public uint DifficultyID;
|
||||
public uint EffectIndex;
|
||||
public int EffectIndex;
|
||||
public uint Effect;
|
||||
public float EffectAmplitude;
|
||||
public SpellEffectAttributes EffectAttributes;
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace Game.DataStorage
|
||||
public Vector3 Loc;
|
||||
public uint Id;
|
||||
public ushort PathID;
|
||||
public uint NodeIndex;
|
||||
public int NodeIndex;
|
||||
public ushort ContinentID;
|
||||
public TaxiPathNodeFlags Flags;
|
||||
public uint Delay;
|
||||
|
||||
Reference in New Issue
Block a user