Sarjuuk / aowow

Database viewer for TrinityCore based on aowow by @LordJZ, based on the JS-Engine of Wowhead
204 stars 217 forks source link

Missing parentheses on tooltip formulas #265

Closed wodim closed 3 years ago

wodim commented 3 years ago

https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?spell=49001

Stings the target, causing RAP*0.2+242*15/3 Nature damage over 15 sec.

Parentheses are missing, it should be: (RAP*0.2+242)*15/3

Sarjuuk commented 3 years ago

dbc data for spell id: 49001 Stings the target, causing ${$RAP*0.2+$m1*$d/3} Nature damage over $d. Only one Sting per Hunter can be active on any one target.

TC handling this differently then the dbc data suggests?

wodim commented 3 years ago

Seems a DBC bug then.