fix: Add missing 'AddLocalized' for summong Talisman (#1894)

This commit is contained in:
Reetus 2024-08-04 21:39:32 +07:00 committed by GitHub
parent 2eac11f535
commit 94c00ce714
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -542,7 +542,7 @@ public partial class BaseTalisman : Item, IAosItem
var name = _summoner?.Name;
if (name?.Number > 0)
{
list.Add(1072400, name.Number); // Talisman of ~1_name~ Summoning
list.AddLocalized(1072400, name.Number); // Talisman of ~1_name~ Summoning
}
else
{