mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-18 13:01:33 +12:00
fix money related bugs and crashes.
This commit is contained in:
parent
99d9b401a2
commit
e600554555
21 changed files with 151 additions and 83 deletions
|
@ -142,7 +142,7 @@ namespace HISP.Game
|
|||
byte[] MovementPacket = PacketBuilder.CreateMovementPacket(user.X, user.Y, user.CharacterId, user.Facing, PacketBuilder.DIRECTION_TELEPORT, true);
|
||||
user.LoggedinClient.SendPacket(MovementPacket);
|
||||
|
||||
user.Money += Value;
|
||||
user.AddMoney(Value);
|
||||
|
||||
if(this.Type == "BURIED")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue