chore: Removes commented Thank You for vendor buyback. (#2083)

This commit is contained in:
Nathan Oines 2025-01-21 19:53:21 -06:00 committed by GitHub
parent aa6fbb66bc
commit e2a41ed77c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -560,8 +560,6 @@ namespace Server.Mobiles
} }
} }
} }
// no cliloc for this?
// SayTo( seller, true, "Thank you! I bought {0} item{1}. Here is your {2}gp.", Sold, (Sold > 1 ? "s" : ""), GiveGold );
return true; return true;
} }