mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-01 18:07:20 +02:00
Fix item respawning issue
This commit is contained in:
parent
c177ec2f95
commit
3fd48b60f6
5 changed files with 46 additions and 25 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue