Skip to content

Commit

Permalink
fix: forge convergence show all items with same class (opentibiabr#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswilldbm authored Apr 4, 2024
1 parent 0bb10ab commit c15430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/network/protocol/protocolgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5021,7 +5021,7 @@ void ProtocolGame::sendOpenForge() {
getForgeInfoMap(item, receiveTierItemMap);
}
if (itemClassification == 4) {
getForgeInfoMap(item, convergenceItemsMap[item->getSlotPosition()]);
getForgeInfoMap(item, convergenceItemsMap[item->getClassification()]);
}
}
}
Expand Down

0 comments on commit c15430a

Please sign in to comment.