Skip to content

Commit

Permalink
Merge pull request #675 from Cytraen/riding-pillion
Browse files Browse the repository at this point in the history
add mount passenger CharacterMode
  • Loading branch information
pohky authored Oct 27, 2023
2 parents 7346b0c + 2aba353 commit 246846c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ public enum CharacterModes : byte {
Crafting = 5, // Param always 0
AnimLock = 8, // Param always 0
Carrying = 9, // Param is a Carry entry
RidingPillion = 10, // Param is the pillion seat number
InPositionLoop = 11, // Param is an EmoteMode entry
Performance = 16, // Unknown
}
Expand Down

0 comments on commit 246846c

Please sign in to comment.