mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-30 09:22:24 +00:00
[Bug Fix] OP_Taunt checks if we have the skill (#1913)
This commit is contained in:
parent
d107ff3069
commit
26b160c59b
@ -14118,6 +14118,10 @@ void Client::Handle_OP_Taunt(const EQApplicationPacket *app)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!HasSkill(EQ::skills::SkillTaunt)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (!p_timers.Expired(&database, pTimerTaunt, false)) {
|
if (!p_timers.Expired(&database, pTimerTaunt, false)) {
|
||||||
Message(Chat::Red, "Ability recovery time not yet met.");
|
Message(Chat::Red, "Ability recovery time not yet met.");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user