[Spells] SPA 310 SE_ReduceReuseTimer will now work on spell recast time (#1856)

* [Spells] SPA 310 SE_ReduceReuseTimer	will now work on spell recast time

[Spells] SPA 310 SE_ReduceReuseTimer	will now work on spell recast time

* [Spells] SPA 310 SE_ReduceReuseTimer will now work on spell recast time

[Spells] SPA 310 SE_ReduceReuseTimer will now work on spell recast time
This commit is contained in:
KayenEQ
2021-12-01 01:22:10 -05:00
committed by GitHub
parent d972183a79
commit bc0795bb48
7 changed files with 36 additions and 16 deletions
+1 -1
View File
@@ -906,7 +906,7 @@ public:
int32 CalcAAFocus(focusType type, const AA::Rank &rank, uint16 spell_id);
void SetAATitle(const char *Title);
void SetTitleSuffix(const char *txt);
void MemorizeSpell(uint32 slot, uint32 spellid, uint32 scribing);
void MemorizeSpell(uint32 slot, uint32 spellid, uint32 scribing, uint32 reduction = 0);
// Item methods
void EVENT_ITEM_ScriptStopReturn();