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:
parent
9afe70111b
commit
a1c6fd6651
2 changed files with 3 additions and 3 deletions
2
deps/datReader/DatCategories/bg/LgbTypes.h
vendored
2
deps/datReader/DatCategories/bg/LgbTypes.h
vendored
|
@ -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;
|
||||
|
|
4
deps/datReader/DatCategories/bg/lgb.h
vendored
4
deps/datReader/DatCategories/bg/lgb.h
vendored
|
@ -177,8 +177,8 @@ struct LayerSetReferenced
|
|||
struct LayerSetReferencedList
|
||||
{
|
||||
LayerSetReferencedType ReferencedType;
|
||||
int LayerSets;
|
||||
int LayerSetCount;
|
||||
int32_t LayerSets;
|
||||
int32_t LayerSetCount;
|
||||
};
|
||||
|
||||
struct LGB_GROUP_HEADER
|
||||
|
|
Loading…
Add table
Reference in a new issue