mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
Make use of the targetable_with_hotkey flag for SoF+
This commit is contained in:
@@ -2383,7 +2383,7 @@ namespace SoD
|
||||
Bitfields->anon = emu->anon;
|
||||
Bitfields->showhelm = emu->showhelm;
|
||||
Bitfields->targetable = 1;
|
||||
Bitfields->targetable_with_hotkey = (emu->IsMercenary ? 0 : 1);
|
||||
Bitfields->targetable_with_hotkey = emu->targetable_with_hotkey ? 1 : 0;
|
||||
Bitfields->statue = 0;
|
||||
Bitfields->trader = 0;
|
||||
Bitfields->buyer = 0;
|
||||
|
||||
Reference in New Issue
Block a user