mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
+3
-1
@@ -806,7 +806,9 @@ bool Client::UseDiscipline(uint32 spell_id, uint32 target) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
CastSpell(spell_id, target, EQ::spells::CastingSlot::Discipline);
|
||||
if (!CastSpell(spell_id, target, EQ::spells::CastingSlot::Discipline)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return(true);
|
||||
|
||||
Reference in New Issue
Block a user