mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
Fixed typo
This commit is contained in:
parent
9d4cb0d0f1
commit
7eee7c5859
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ void Sapphire::Network::GameConnection::getCommonlistHandler( const Packets::FFX
|
|||
entry.HierarchyStatus = hierarchy.data.status;
|
||||
entry.HierarchyType = hierarchy.data.type;
|
||||
entry.HierarchyGroup = hierarchy.data.group;
|
||||
entry.HierarchyUnk = hierarchy.data.unk;
|
||||
entry.HierarchyUnk = hierarchy.data.unavailable;
|
||||
}
|
||||
|
||||
entries.emplace_back( entry );
|
||||
|
|
Loading…
Add table
Reference in a new issue