Browse Source

Fix SetupAllUseful

pull/100/head
Anders Jenbo 7 years ago
parent
commit
6e8f0ffa5b
  1. 6
      Source/items.cpp

6
Source/items.cpp

@ -2165,12 +2165,12 @@ void SetupAllUseful(int ii, int iseed, int lvl)
SetRndSeed(iseed);
if (random(34, 2))
idx = 11;
idx = IDI_HEAL;
else
idx = 12;
idx = IDI_MANA;
if (lvl > 1 && !random(34, 3))
idx = 14;
idx = IDI_PORTAL;
GetItemAttrs(ii, idx, lvl);
item[ii]._iCreateInfo = lvl + 384;

Loading…
Cancel
Save