1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 16:37:45 +00:00

Fixed types in lgb.h and lgbtypes.h

This commit is contained in:
Mordred 2022-02-26 10:36:03 +01:00
parent 9afe70111b
commit a1c6fd6651
2 changed files with 3 additions and 3 deletions

View file

@ -169,7 +169,7 @@ struct ExitRangeData : public InstanceObject
uint32_t exitType;
uint16_t zoneId;
uint16_t destTerritoryType;
int index;
int32_t index;
uint32_t destInstanceObjectId;
uint32_t returnInstanceObjectId;
float direction;

View file

@ -177,8 +177,8 @@ struct LayerSetReferenced
struct LayerSetReferencedList
{
LayerSetReferencedType ReferencedType;
int LayerSets;
int LayerSetCount;
int32_t LayerSets;
int32_t LayerSetCount;
};
struct LGB_GROUP_HEADER