diff --git a/src/ClassicUO.Client/ClassicUO.Client.csproj b/src/ClassicUO.Client/ClassicUO.Client.csproj index 540617d1f..6c45ce5df 100644 --- a/src/ClassicUO.Client/ClassicUO.Client.csproj +++ b/src/ClassicUO.Client/ClassicUO.Client.csproj @@ -5,8 +5,8 @@ cuoicon.ico ClassicUO ClassicUO - 3.23.0 - 3.23.0 + 3.23.1 + 3.23.1 diff --git a/src/ClassicUO.Client/Game/UI/Gumps/NameOverheadGump.cs b/src/ClassicUO.Client/Game/UI/Gumps/NameOverheadGump.cs index 44a4a895b..346396772 100644 --- a/src/ClassicUO.Client/Game/UI/Gumps/NameOverheadGump.cs +++ b/src/ClassicUO.Client/Game/UI/Gumps/NameOverheadGump.cs @@ -823,7 +823,7 @@ private void DrawResourceBar(UltimaBatcher2D batcher, Mobile m, int x, int y, in ( SolidColorTextureCache.GetTexture(Color.White), new Vector2(x + 1, y + 1), - new Rectangle(x, y, Math.Min((int)((Width - 1) * data.Item2), Width - 1), height - 1), + new Rectangle(x, y, Math.Min((int)((Width - 1) * data.Item2), Width - 1), height), data.Item1 ); nY = y + height; diff --git a/src/ClassicUO.Client/Game/UI/Gumps/VersionHistory.cs b/src/ClassicUO.Client/Game/UI/Gumps/VersionHistory.cs index 972b89b57..f28281168 100644 --- a/src/ClassicUO.Client/Game/UI/Gumps/VersionHistory.cs +++ b/src/ClassicUO.Client/Game/UI/Gumps/VersionHistory.cs @@ -8,6 +8,9 @@ namespace ClassicUO.Game.UI.Gumps internal class VersionHistory : Gump { private static string[] updateTexts = { + "/c[white][3.23.1]/cd\n" + + "- Fixed Weird lines if show Nameplate", + "/c[white][3.23.0]/cd\n" + "- Nameplate healthbar poison and invul/paralyzed colors from Elderwyn\n" + "- Target indiciator option from original client from Elderwyn\n" +