mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Make use of the targetable_with_hotkey flag for SoF+
This commit is contained in:
@@ -3706,7 +3706,7 @@ namespace RoF2
|
||||
Bitfields->showhelm = emu->showhelm;
|
||||
Bitfields->trader = 0;
|
||||
Bitfields->targetable = 1;
|
||||
Bitfields->targetable_with_hotkey = (emu->IsMercenary ? 0 : 1);
|
||||
Bitfields->targetable_with_hotkey = emu->targetable_with_hotkey ? 1 : 0;
|
||||
Bitfields->showname = ShowName;
|
||||
|
||||
// Not currently found
|
||||
|
||||
Reference in New Issue
Block a user