Skip to content

Commit

Permalink
fix: character cyclopedia item inspection imbuements (#3065)
Browse files Browse the repository at this point in the history
This fixes the icons from the character item imbuements inspection cyclopedia.
  • Loading branch information
phacUFPE authored Nov 6, 2024
1 parent 602377f commit 3bef034
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 @@ -4089,7 +4089,7 @@ void ProtocolGame::sendCyclopediaCharacterInspection() {
continue;
}

msg.add<uint16_t>(imbuementInfo.imbuement->getID());
msg.add<uint16_t>(imbuementInfo.imbuement->getIconID());
itemImbuements++;
}

Expand Down

0 comments on commit 3bef034

Please sign in to comment.