mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
[Bug Fix] Fix for PR1954 target restriction with npcpc_only_flag from groupbuffs (#1986)
* Update spells.cpp * Update spells.cpp * [Bug Fix] Fix for PR1954 target restriction with npcpc_only_flag from groupbuffs disc failure log * [Bug Fix] Fix for PR1954 target restriction with npcpc_only_flag from groupbuffs improved HasItemRecastTimer check
This commit is contained in:
@@ -807,6 +807,7 @@ bool Client::UseDiscipline(uint32 spell_id, uint32 target) {
|
||||
}
|
||||
else {
|
||||
if (!CastSpell(spell_id, target, EQ::spells::CastingSlot::Discipline)) {
|
||||
LogSpells("Discipline [{}] failed at cast spell.", spell_id);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user