mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Fixed stacking issue in world tradeskill containers. (Added #peekinv world)
This commit is contained in:
@@ -1480,6 +1480,7 @@ bool Client::SwapItem(MoveItem_Struct* move_in) {
|
||||
}
|
||||
|
||||
world_inst->SetCharges(world_charges);
|
||||
m_tradeskill_object->PutItem(world_idx, world_inst);
|
||||
m_tradeskill_object->Save();
|
||||
|
||||
if (src_charges == 0) {
|
||||
|
||||
Reference in New Issue
Block a user