mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Pass 1 - working hash generator and saving to inventory table
This commit is contained in:
@@ -185,7 +185,7 @@ void ShowInventory(Client *c, const Seperator *sep)
|
||||
scope_bit & peekWorld ? EQ::invslot::WORLD_BEGIN + index_main : index_main,
|
||||
linker.GenerateLink(),
|
||||
item_data->ID,
|
||||
inst_main->GetSerialNumber(),
|
||||
inst_main->GetSerialNumber2().c_str(),
|
||||
inst_main->IsStackable() && inst_main->GetCharges() > 0 ?
|
||||
fmt::format(
|
||||
" (Stack of {})",
|
||||
@@ -254,7 +254,7 @@ void ShowInventory(Client *c, const Seperator *sep)
|
||||
sub_index,
|
||||
linker.GenerateLink(),
|
||||
item_data->ID,
|
||||
inst_sub->GetSerialNumber(),
|
||||
inst_sub->GetSerialNumber2().c_str(),
|
||||
(
|
||||
inst_sub->IsStackable() && inst_sub->GetCharges() > 0 ?
|
||||
fmt::format(
|
||||
|
||||
Reference in New Issue
Block a user