Update the SummonItem call to default charges for QuestRewards

This should summon the item at max charges, if it has charges
This commit is contained in:
Michael Cook (mackal) 2020-11-05 19:40:04 -05:00
parent 1fc4073a05
commit 60254105f1

View File

@ -8617,7 +8617,7 @@ void Client::QuestReward(Mob* target, uint32 copper, uint32 silver, uint32 gold,
AddMoneyToPP(copper, silver, gold, platinum, false);
if (itemid > 0)
SummonItem(itemid, 0, 0, 0, 0, 0, 0, false, EQ::invslot::slotCursor);
SummonItem(itemid, -1, 0, 0, 0, 0, 0, false, EQ::invslot::slotCursor);
if (faction)
{