Core/Players: Fixed CharacterCache by-name storage holding data for deleted characters

Port From (https://github.com/TrinityCore/TrinityCore/commit/d03e0d69353852636e12911a7f7149cb0bca40ef)
This commit is contained in:
hondacrx
2024-02-06 16:05:00 -05:00
parent 3ec159ebe1
commit 1fc1153f67
2 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -4521,7 +4521,7 @@ namespace Game.Entities
stmt.AddValue(0, guid);
trans.Append(stmt);
Global.CharacterCacheStorage.UpdateCharacterInfoDeleted(playerGuid, true);
Global.CharacterCacheStorage.UpdateCharacterInfoDeleted(playerGuid, true, "");
break;
}
default: