mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +00:00
* [Bug] Big Bag Cleanup - Fixed the Database Updates to properly check for the missing column - Added the cursor slot overflow migration and drop - Only the first 200 overflow slots are migrated due to the destination buffer size shrinking from 1000 to 200. Anything over 200 is dropped (Generally just summoned food). - Fixed a direct DB call in corpses to the inventory table with incorrect column names - Fixed the Inventory Snapshot bidirectional queries to account for updated inventory table names. * Accidently nuked a line.