oskarrough/webhealer

Improve casting & global cooldown

Closed this issue · 1 comments

Currently if you spam-cast a spell before it finishes, it will restart the cast. It should be like in WoW:

  • nothing happens if you attempt to cast while already casting
  • an interrupt is required (e.g. moving)
  • interrupting should set gcd to 0

Fixed in b034262