LightsHope / issues

48 stars 22 forks source link

"Hand of Edward the Odd" does not affect warrior's "Slam" #1309

Open Ozkemen opened 5 years ago

Ozkemen commented 5 years ago

Hello,

I was trying to perform warrior's "Slam" (it has 1.5 sec cast time - tooltip information) with proc of Unique mace "Hand of Edward the Odd" which consists of giving instant spell cast of next spell within 4 sec. I tried several times, also with other spells and abilities (using hearthstone item, trinket) and result was that "Slam" actually had cast time (1.5 sec) while other spells/abilities had not, when proc occured.

Seberats commented 5 years ago

Slam isn't a spell I suppose

Gamemechanicwow commented 5 years ago

Slam has the SPELL_ATTR_IS_ABILITY flag set to true based on data extracted from the client.

Spells with the SPELL_ATTR_IS_ABILITY or SPELL_ATTR_TRADESPELL are not affected by spelltime reductions.

If you have any evidence that the interaction between slam and hand of edward the odd should result in instant slams feel free to post it here. Imo the current implementation is correct.