Implement Linked Spell Reuse Timers

They started linked spells at OoW launch (I think)

At least canni was linked then.

This is rather user unfriendly, but that's live like.
Ex. the spells aren't actually put on cool down so you can attempt to cast them
still but you will be interrupted.

Titanium is particularly unfriendly with large differences in reuse times
This commit is contained in:
Michael Cook (mackal)
2016-08-14 23:32:27 -04:00
parent ed5715ccd9
commit e894e96404
12 changed files with 64 additions and 3 deletions
+3
View File
@@ -894,6 +894,9 @@ public:
void SendDisciplineTimer(uint32 timer_id, uint32 duration);
bool UseDiscipline(uint32 spell_id, uint32 target);
void SetLinkedSpellReuseTimer(uint32 timer_id, uint32 duration);
bool IsLinkedSpellReuseTimerReady(uint32 timer_id);
bool CheckTitle(int titleset);
void EnableTitle(int titleset);
void RemoveTitle(int titleset);