mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41: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);
|
QueuePacket(app);
|
||||||
EQApplicationPacket hp_app;
|
|
||||||
GetTarget()->IsTargeted(1);
|
GetTarget()->IsTargeted(1);
|
||||||
GetTarget()->CreateHPPacket(&hp_app);
|
SendHPUpdate();
|
||||||
QueuePacket(&hp_app, false);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user