commit 700a297e0c704ce502f69268ec366c7d8bb50479 from: the xhr date: Thu Sep 16 12:18:15 2021 UTC Fix typo commit - a1c776dd13ef4d9d3b3dc2ed3d25f8f478c9a27f commit + 700a297e0c704ce502f69268ec366c7d8bb50479 blob - d4651c6e7888d7d46514fe94044947ae93e77b51 blob + 09dda969a1603ce0214a117f11d6df008a4f9adb --- fight.c +++ fight.c @@ -345,7 +345,7 @@ set_initiative(int what) struct character *curchar = get_current_character(); if (curchar == NULL) { - log_debug("No character loaded. Cannot calculate progress\n"); + log_debug("No character loaded. Cannot set initiative\n"); return; }