Core/DataStores: Implemented WorldStateExpression
Port From (https://github.com/TrinityCore/TrinityCore/commit/548d79bb06cfba3517347070dfe606748dda55ab)
This commit is contained in:
@@ -75,4 +75,10 @@ namespace Game.DataStorage
|
||||
public ushort MapID;
|
||||
public float Facing;
|
||||
}
|
||||
|
||||
public sealed class WorldStateExpressionRecord
|
||||
{
|
||||
public uint Id;
|
||||
public string Expression;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user