mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
fix removing splatterballs and isle cards
This commit is contained in:
parent
51223172c4
commit
ea45f7d9ba
1 changed files with 2 additions and 2 deletions
|
@ -7566,8 +7566,8 @@ namespace HISP.Server
|
|||
connectedClient.LoggedinUser.Inventory.Remove(itm);
|
||||
}
|
||||
}
|
||||
DroppedItems.DeleteAllItemsWithId(Item.WaterBalloon); // Delete all dropped items
|
||||
Database.DeleteAllItemsFromUsers(Item.WaterBalloon); // Delete from offline players
|
||||
DroppedItems.DeleteAllItemsWithId(id); // Delete all dropped items
|
||||
Database.DeleteAllItemsFromUsers(id); // Delete from offline players
|
||||
}
|
||||
|
||||
public static void StartRidingHorse(GameClient sender, int horseRandomId)
|
||||
|
|
Loading…
Add table
Reference in a new issue