diff options
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index 020707238..8ed3a6056 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -678,6 +678,18 @@ void cClientHandle::HandleNPCTrade(int a_SlotNum) +void cClientHandle::HandleOpenHorseInventory(UInt32 a_EntityID) +{ + if (m_Player->GetUniqueID() == a_EntityID) + { + m_Player->OpenHorseInventory(); + } +} + + + + + void cClientHandle::HandlePing(void) { /* TODO: unused function, handles Legacy Server List Ping |