Skip to content

Commit

Permalink
Fixes crash on stat room
Browse files Browse the repository at this point in the history
  • Loading branch information
luciensadi committed Jan 31, 2025
1 parent 5cf13d8 commit 469b9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/act.wizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ void do_stat_room(struct char_data * ch)
buf2,
light_levels[light_level(rm)],
light_levels[rm->vision[1]],
GET_JURISDICTION(rm));
jurisdictions[GET_JURISDICTION(rm)]);

send_to_char(ch, "Effects: light[^c%d^n][^c%d^n][^c%d^n], peaceful[^c%d^n], poltergeist[^c%d^n][^c%d^n], icesheet[^c%d^n][^c%d^n], shadow[^c%d^n][^c%d^n], silence[^c%d^n][^c%d^n]\r\n",
rm->light[0],
Expand Down

0 comments on commit 469b9de

Please sign in to comment.