mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
[HP Updates] Resolve issue where clicking self in raid window would make characters health bar go down significantly
This commit is contained in:
parent
b0a3e9205f
commit
0663e9cb6f
@ -13368,10 +13368,9 @@ void Client::Handle_OP_TargetCommand(const EQApplicationPacket *app)
|
||||
}
|
||||
|
||||
QueuePacket(app);
|
||||
EQApplicationPacket hp_app;
|
||||
|
||||
GetTarget()->IsTargeted(1);
|
||||
GetTarget()->CreateHPPacket(&hp_app);
|
||||
QueuePacket(&hp_app, false);
|
||||
SendHPUpdate();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user