diff --git a/Source/Game/Chat/Commands/MiscCommands.cs b/Source/Game/Chat/Commands/MiscCommands.cs index 1dcd2b5c1..3404a1c2d 100644 --- a/Source/Game/Chat/Commands/MiscCommands.cs +++ b/Source/Game/Chat/Commands/MiscCommands.cs @@ -175,6 +175,7 @@ namespace Game.Chat if (count > 0 && item) { player.SendNewItem(item, (uint)count, false, true); + handler.SendSysMessage(CypherStrings.Additem, itemId, count, handler.GetNameLink(playerTarget)); if (player != playerTarget) playerTarget.SendNewItem(item, (uint)count, true, false); }