Fixes loading server and loggin in.

This commit is contained in:
hondacrx
2021-12-27 22:37:53 -05:00
parent 4e5eddc6d1
commit 8766de8286
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3382,7 +3382,7 @@ namespace Game.Entities
stmt.AddValue(0, GetGUID().GetCounter());
characterTransaction.Append(stmt);
static float finiteAlways(float f) { return !float.IsFinite(f) ? f : 0.0f; };
static float finiteAlways(float f) { return float.IsFinite(f) ? f : 0.0f; };
if (create)
{