diff --git a/src/game/boe.party.cpp b/src/game/boe.party.cpp index c5744524..073eb432 100644 --- a/src/game/boe.party.cpp +++ b/src/game/boe.party.cpp @@ -2298,6 +2298,7 @@ mon_num_t pick_trapped_monst() { get_monst = which >= 10000 ? univ.party.summons[which - 10000] : univ.scenario.scen_monsters[which]; soulCrystal->getControl("lvl" + n).setTextToNum(get_monst.level); } + i++; }