rgd87 / LibClassicCasterino

Enemy Casts library for Classic
18 stars 10 forks source link

Fix talent decreases #36

Closed d07RiV closed 4 years ago

d07RiV commented 4 years ago

talentDecreased table has values in seconds, but it is subtracted from cast duration in milliseconds. This makes any talented cast show incorrectly, i.e. chain lightning always shows at 2.499 seconds instead of 1.5, making this library useless against classes utilizing those talents.

d87 commented 4 years ago

Thanks