mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10857] Complete set Byte/ShortFlag value functions and use it for PLAYER_FIELD_BYTES proper access.
Not expected any changes in work.
This commit is contained in:
parent
a0e0630c81
commit
a2e74f182f
5 changed files with 53 additions and 17 deletions
|
|
@ -3438,7 +3438,7 @@ void Aura::HandleAuraTrackStealthed(bool apply, bool /*Real*/)
|
|||
if(apply)
|
||||
GetTarget()->RemoveNoStackAurasDueToAuraHolder(GetHolder());
|
||||
|
||||
GetTarget()->ApplyModFlag(PLAYER_FIELD_BYTES, PLAYER_FIELD_BYTE_TRACK_STEALTHED, apply);
|
||||
GetTarget()->ApplyModByteFlag(PLAYER_FIELD_BYTES, 0, PLAYER_FIELD_BYTE_TRACK_STEALTHED, apply);
|
||||
}
|
||||
|
||||
void Aura::HandleAuraModScale(bool apply, bool /*Real*/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue