Skip to content

Commit

Permalink
copy paste error fix :\
Browse files Browse the repository at this point in the history
  • Loading branch information
canerksk committed Nov 16, 2024
1 parent ee2e60d commit da82936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/send.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ PacketDeathMenu::PacketDeathMenu(const CClient* target, Mode mode) : PacketSend(
***************************************************************************/
PacketMobileAttributes::PacketMobileAttributes(const CChar *character) : PacketSend(XCMD_MobileAttributes, 17, PRI_NORMAL)
{
ADDTOCALLSTACK("PacketDeathMenu::PacketDeathMenu");
ADDTOCALLSTACK("PacketMobileAttributes::PacketMobileAttributes");

writeInt32(character->GetUID());

Expand Down

0 comments on commit da82936

Please sign in to comment.