[Repositories] Revert #3976 - fix character corpses

This commit is contained in:
Akkadius
2024-01-14 03:30:00 -06:00
parent 8b7aba2769
commit 906879ce2e
26 changed files with 191 additions and 184 deletions
+1
View File
@@ -3791,6 +3791,7 @@ uint32 ZoneDatabase::SaveCharacterCorpse(
e.z = position.z;
e.heading = position.w;
e.guild_consent_id = guild_consent_id;
e.time_of_death = std::time(nullptr);
e.is_locked = corpse.locked;
e.exp = corpse.exp;
e.size = corpse.size;