Comment: Works for 2.4.2
Version 24004
- Removed PVP, which didn't work anymore anyway
- Some more code cleanup
- known bug: If you sheep an existing sheep (but not your own), the sheep bar will not appear, as the SPELL_AURA_REMOVED of the
sheeped sheep comes AFTER the SPELLCAST SUCCEEDED. Since the COMBAT LOG EVENT UNFILTERED arg3 and 4 are still 0 and nil all
the time, it is not possible to recognize this case correctly. Once the missing args are supplied by blizzard we can
use SPELL AURA APPLIED instead of spellcast succeeded and then get the proper order again.