Fixed skills issue

This commit is contained in:
Akbar Yahya
2023-01-31 05:31:53 +08:00
parent 43bddd87a3
commit 0d16481fcb
5 changed files with 10 additions and 14 deletions

View File

@@ -8,6 +8,6 @@ message FurnitureMakeBeHelpedData {
uint32 uid = 7;
ProfilePicture profilePicture = 10;
uint32 icon = 13;
uint32 time = 4;
fixed32 time = 4;
string playerName = 6;
}