Skip to content

Commit

Permalink
Merge pull request LandSandBoat#5602 from ampitere/fix_possessive_mes…
Browse files Browse the repository at this point in the history
…sages_for_players

[CPP] Fix possessive messages for players
  • Loading branch information
claywar committed May 3, 2024
2 parents 8cae00c + 7199f15 commit 68319dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/packets/char_update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ CCharUpdatePacket::CCharUpdatePacket(CCharEntity* PChar)
charUpateFlags::flags2_t flags2 = {};

flags2.NamedFlag = false; // disable "The"
flags2.SingleFlag = true; // singular entity
flags2.SingleFlag = false; // singular entity
flags2.AutoPartyFlag = false; // Not implemented.
flags2.MotStopFlag = PChar->StatusEffectContainer->HasStatusEffect(EFFECT_TERROR);
flags2.CliPriorityFlag = PChar->priorityRender;
Expand Down

0 comments on commit 68319dd

Please sign in to comment.