mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
Update House.h
This commit is contained in:
parent
7d6e927401
commit
fe114c8022
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue