mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 08:21:28 +00:00
Client will give 1 second window to start casting at the end of DA effect but we interrupt it and need to allow spellbar active after (#1894)
This commit is contained in:
parent
724d47432b
commit
d0ec0872b9
@ -223,6 +223,9 @@ bool Mob::CastSpell(uint16 spell_id, uint16 target_id, CastingSlot slot,
|
|||||||
if(DivineAura()) {
|
if(DivineAura()) {
|
||||||
LogSpells("Spell casting canceled: cannot cast while Divine Aura is in effect");
|
LogSpells("Spell casting canceled: cannot cast while Divine Aura is in effect");
|
||||||
InterruptSpell(173, 0x121, false);
|
InterruptSpell(173, 0x121, false);
|
||||||
|
if(IsClient()) {
|
||||||
|
CastToClient()->SendSpellBarEnable(spell_id);
|
||||||
|
}
|
||||||
return(false);
|
return(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user