Update 1.4.4.8
This commit is contained in:
parent
fb96d8b0c8
commit
2f1420faef
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ namespace TShockAPI.Localization
|
||||||
NpcNames.Add(i, Lang.GetNPCNameValue(i));
|
NpcNames.Add(i, Lang.GetNPCNameValue(i));
|
||||||
}
|
}
|
||||||
|
|
||||||
for (var i = 0; i < Main.maxBuffTypes; i++)
|
for (var i = 0; i < Terraria.ID.BuffID.Count; i++)
|
||||||
{
|
{
|
||||||
Buffs.Add(i, Lang.GetBuffName(i));
|
Buffs.Add(i, Lang.GetBuffName(i));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue