1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

Update House.h

This commit is contained in:
Mordred 2018-11-19 12:03:24 +01:00 committed by GitHub
parent 7d6e927401
commit fe114c8022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,10 +36,10 @@ namespace Core
uint16_t m_territoryTypeId;
uint32_t m_houseId;
uint32_t m_houseParts[8];
uint8_t m_housePartsColor[8];
uint32_t m_houseParts[ 8 ];
uint8_t m_housePartsColor[ 8 ];
char m_commentMsg[193];
char m_commentMsg[ 193 ];
};
}