[BUG] Shaman Threat

Rockbiter Weapon and Earth Shock are meant to apply additional threat, but do not on Nostalrius.
Earth Shock's threat value in Vanilla should be 2x its damage, while here it is 1x.
Rockbiter Weapon should add a flat amount of threat per swing multiplied by your weapon speed, but does not. Here are the values from KLHThreatMeter's KTM_Data.lua:
Source: http://www.wowwiki.com/Earth_Shock
Source: http://db.wowascension.com/?spell=20871
While one might be inclined to write off the nonfunctionality of Shaman tanking as a minor issue at best, this has broader implications for Enhancement as a whole, as Rockbiter Weapon can thus be safely used in place of Windfury and actually provide better DPS throughout most of Classic. Earth Shock would also naturally replace Frost Shock as the spell of choice for Enhancement Shaman.
Also, Rockbiter Weapon semi-rarely procs Flametongue for some reason.
Earth Shock's threat value in Vanilla should be 2x its damage, while here it is 1x.
Rockbiter Weapon should add a flat amount of threat per swing multiplied by your weapon speed, but does not. Here are the values from KLHThreatMeter's KTM_Data.lua:
- Code: Select all
["earthshock"] =
{
class = "shaman",
multiplier = 2.0,
Source: http://www.wowwiki.com/Earth_Shock
- Code: Select all
-- These are the DPS modifiers for ranks of rockbiter. Whenever a hit lands with a rockbiter weapon, the added threat
-- equals the speed of the weapon times the rockbiter value, e.g. 72 dps for max rank.
--! This variable is referenced by these modules: combat, my,
me.rockbiter =
{
[1] = 6, -- 1
[2] = 10, -- 8
[3] = 16, -- 16
[4] = 27, -- 24
[5] = 41, -- 34
[6] = 55, -- 44
[7] = 72, -- 54
Source: http://db.wowascension.com/?spell=20871
While one might be inclined to write off the nonfunctionality of Shaman tanking as a minor issue at best, this has broader implications for Enhancement as a whole, as Rockbiter Weapon can thus be safely used in place of Windfury and actually provide better DPS throughout most of Classic. Earth Shock would also naturally replace Frost Shock as the spell of choice for Enhancement Shaman.
Also, Rockbiter Weapon semi-rarely procs Flametongue for some reason.