ccshiro / cc-buglist

Corecraft's issue tracker
43 stars 40 forks source link

Screech abilities (24423 and other ranks) are probably assigning invalid threat #2648

Open netherspite opened 6 years ago

netherspite commented 6 years ago

Spell has two effects with different targets: direct damage to the primary target and melee attack power reduction debuff to all enemies around. Direct damage portion should be causing threat to the primary target properly. For the debuff there is a flat threat value specified in the database, but it seems that MaNGOS doesn't support applying correct flat threat value from database if targets of all the effects of a spell are not same.

Not sure if that was fixed somehow in CoreCraft yet but probably should look into that.