mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 07:21:48 +00:00
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:
parent
1fc4073a05
commit
60254105f1
@ -8617,7 +8617,7 @@ void Client::QuestReward(Mob* target, uint32 copper, uint32 silver, uint32 gold,
|
|||||||
AddMoneyToPP(copper, silver, gold, platinum, false);
|
AddMoneyToPP(copper, silver, gold, platinum, false);
|
||||||
|
|
||||||
if (itemid > 0)
|
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)
|
if (faction)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user