Main/System/HeroUI/HeroUIManager.cs
@@ -168,12 +168,12 @@ public string GetCountryIconName(int index) { return StringUtility.Contact("herocountry", index.ToString()); return StringUtility.Concat("herocountry", index.ToString()); } public string GetJobIconName(int index) { return StringUtility.Contact("herojob", index.ToString()); return StringUtility.Concat("herojob", index.ToString()); } public int GetMaxLV(int quality)