[Feature] Add parcel container support (#4305)

* Add parcel container support

This allows sending containers with items as a parcel
When sending a item via a parcel, if the player had multiples of that item, the wrong item would be removed from inventory.

* Rebase updates
This commit is contained in:
Mitch Freeman
2024-05-17 02:58:26 -03:00
committed by GitHub
parent c87aadbf0c
commit a80ab75260
9 changed files with 740 additions and 18 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/
#define CURRENT_BINARY_DATABASE_VERSION 9276
#define CURRENT_BINARY_DATABASE_VERSION 9277
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9044
#endif