mirror of
https://github.com/diasurgical/devilution.git
synced 2026-06-20 05:46:12 +00:00
GetUniqueItem cleanup
This commit is contained in:
+1
-1
@@ -1994,9 +1994,9 @@ void GetUniqueItem(int i, int uid)
|
||||
if (item[i]._iMiscId == IMISC_UNIQUE)
|
||||
item[i]._iSeed = uid;
|
||||
|
||||
item[i]._iCreateInfo |= 0x0200;
|
||||
item[i]._iUid = uid;
|
||||
item[i]._iMagical = ITEM_QUALITY_UNIQUE;
|
||||
item[i]._iCreateInfo |= 0x0200;
|
||||
}
|
||||
|
||||
void SpawnUnique(int uid, int x, int y)
|
||||
|
||||
Reference in New Issue
Block a user