1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-08 03: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 committed by collett
parent 459fa4865b
commit 3b139571eb
2 changed files with 3 additions and 3 deletions

View file

@ -167,7 +167,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