Fixed stacking issue in world tradeskill containers. (Added #peekinv world)

This commit is contained in:
Uleat
2014-10-22 22:57:20 -04:00
parent a062c27e1a
commit c95b18da85
5 changed files with 49 additions and 1 deletions
+1
View File
@@ -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) {