Browse Source

fix wirt price bug

pull/1485/head
qndel 5 years ago committed by Anders Jenbo
parent
commit
8dbdc9c315
  1. 2
      Source/items.cpp

2
Source/items.cpp

@ -4988,7 +4988,7 @@ void SpawnBoy(int lvl)
GetItemBonus(0, itype, lvl, 2 * lvl, TRUE, TRUE);
if (!gbIsHellfire) {
if (item[0]._iIvalue > 140000) {
if (item[0]._iIvalue > 90000) {
keepgoing = true; // prevent breaking the do/while loop too early by failing hellfire's condition in while
continue;
}

Loading…
Cancel
Save