mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-23 05:33:54 +00:00
Post merge fix
This commit is contained in:
parent
fa5dedec11
commit
31158ed03d
@ -430,8 +430,11 @@ bool SharedDatabase::GetSharedBank(uint32 id, Inventory* inv, bool is_charid) {
|
||||
}
|
||||
|
||||
int16 put_slot_id = INVALID_INDEX;
|
||||
|
||||
inst->PutAugment(this, i, aug[i]);
|
||||
ItemInst* inst = CreateBaseItem(item, charges);
|
||||
if (inst && item->ItemClass == ItemClassCommon) {
|
||||
for (int i = AUG_BEGIN; i < EmuConstants::ITEM_COMMON_SIZE; i++) {
|
||||
if (aug[i]) {
|
||||
inst->PutAugment(this, i, aug[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user