Skip to content

Commit

Permalink
Fixed usage of .t <gem quality name> with canopener
Browse files Browse the repository at this point in the history
  • Loading branch information
nooperation committed Feb 10, 2024
1 parent 20b1870 commit d76913d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion D2Hackit/Modules/transmute/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ VOID EXPORT OnGameJoin(THISGAMESTRUCT* thisgame)
stockers["kk0"] = i++;

i = STOCKER_CANOPENER;
stockers["ko0"] = i++;
stockers["ko1"] = i++;
stockers["ko2"] = i++;
stockers["ko3"] = i++;
stockers["ko4"] = i++;
stockers["ko5"] = i++;
stockers["ko0"] = i++;

i = STOCKER_RUNESA;
stockers["s01"] = i++;
Expand Down

0 comments on commit d76913d

Please sign in to comment.