mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +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:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user