Fix item respawning issue

This commit is contained in:
kinther 2025-10-15 18:25:53 -07:00
parent c177ec2f95
commit 3fd48b60f6
5 changed files with 46 additions and 25 deletions

View file

@ -485,8 +485,8 @@ void Crash_crashsave(struct char_data *ch)
if (!(fp = fopen(buf, "w")))
return;
if (!objsave_write_rentcode(fp, RENT_CRASH, 0, ch))
return;
/* Skip rent header logic — just write directly. */
fprintf(fp, "Crashsave for %s\n", GET_NAME(ch));
for (j = 0; j < NUM_WEARS; j++)
if (GET_EQ(ch, j)) {