Name removed from comments

This commit is contained in:
JohnsonAskot
2015-02-07 14:35:43 -05:00
parent 63810d5c1b
commit 7bf054bd58
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12145,7 +12145,7 @@ void Client::Handle_OP_ShopPlayerBuy(const EQApplicationPacket *app)
mp->quantity = prevcharges;
}
// Item's stackable, but the quantity they want to buy exceeds the max stackable quantity. -Lecht
// Item's stackable, but the quantity they want to buy exceeds the max stackable quantity.
if (item->Stackable && mp->quantity > item->StackSize)
mp->quantity = item->StackSize;