[Bug Fix] Edge case AA reset timer issue fixes (#1995)

* SendCastRestriction not displaying right on linux build

changed const char to string

* fail safe to prevent recast timer checks from triggered spells

* fixed

* Update spell_effects.cpp

* https://github.com/EQEmu/Server/pull/1995

better message code
This commit is contained in:
KayenEQ
2022-02-13 21:50:53 -05:00
committed by GitHub
parent 03adf20fe9
commit 1d4438ae1f
3 changed files with 323 additions and 320 deletions
+1
View File
@@ -359,6 +359,7 @@ public:
void SendIllusionWearChange(Client* c);
int16 GetItemSlotToConsumeCharge(int32 spell_id, uint32 inventory_slot);
bool CheckItemRaceClassDietyRestrictionsOnCast(uint32 inventory_slot);
bool IsFromTriggeredSpell(EQ::spells::CastingSlot slot, uint32 item_slot = 0xFFFFFFFF);
//Bard
bool ApplyBardPulse(int32 spell_id, Mob *spell_target, EQ::spells::CastingSlot slot);