[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:
KayenEQ
2022-02-10 14:58:28 -05:00
committed by GitHub
parent fbbbd3b09d
commit d656be6be4
2 changed files with 47 additions and 25 deletions
+1
View File
@@ -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;
}
}