Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kokekanon committed Jan 27, 2025
1 parent b1e8f18 commit 918d68c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/network/protocol/protocolgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1726,6 +1726,7 @@ void ProtocolGame::parseSetOutfit(NetworkMessage &msg) {
}

uint8_t isMountRandomized = !oldProtocol ? msg.getByte() : 0;
// g_game.enableFeature(GameWingsAurasEffectsShader)
newOutfit.lookWing = isOTCR ? msg.get<uint16_t>() : 0;
newOutfit.lookAura = isOTCR ? msg.get<uint16_t>() : 0;
newOutfit.lookEffect = isOTCR ? msg.get<uint16_t>() : 0;
Expand Down Expand Up @@ -8025,7 +8026,7 @@ void ProtocolGame::AddOutfit(NetworkMessage &msg, const Outfit_t &outfit, bool a
}
}
if (isOTCR) {
AddOutfitCustomOTCR(msg, outfit);
AddOutfitCustomOTCR(msg, outfit); // g_game.enableFeature(GameWingsAurasEffectsShader)
}
}

Expand Down

0 comments on commit 918d68c

Please sign in to comment.