mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-20 01:35:12 +12:00
fix Mount/Dismount
This commit is contained in:
parent
0ead78fa76
commit
dbbde86843
3 changed files with 8 additions and 1 deletions
|
@ -8017,6 +8017,8 @@ namespace HISP.Server
|
|||
sender.SendPacket(rideHorsePacket);
|
||||
|
||||
UpdateUserFacingAndLocation(sender.LoggedinUser);
|
||||
if (sender.LoggedinUser.HorseWindowOpen)
|
||||
UpdateArea(sender);
|
||||
}
|
||||
public static void StopRidingHorse(GameClient sender)
|
||||
{
|
||||
|
@ -8027,6 +8029,8 @@ namespace HISP.Server
|
|||
sender.SendPacket(rideHorsePacket);
|
||||
|
||||
UpdateUserFacingAndLocation(sender.LoggedinUser);
|
||||
if (sender.LoggedinUser.HorseWindowOpen)
|
||||
UpdateArea(sender);
|
||||
}
|
||||
public static bool ProcessMapCodeWithArg(GameClient forClient, World.SpecialTile tile)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue