Misc cleanup

This commit is contained in:
Hondacrx
2025-12-08 15:25:55 -05:00
parent 6da69c8263
commit d4677ae863
5 changed files with 49 additions and 65 deletions
+1 -1
View File
@@ -4199,7 +4199,7 @@ namespace Game.Maps
{
switch (step.sourceGUID.GetHigh())
{
case HighGuid.Item: // as well as HIGHGUID_CONTAINER
case HighGuid.Item:
Player player = GetPlayer(step.ownerGUID);
if (player != null)
source = player.GetItemByGuid(step.sourceGUID);