Hekili Priority Helper

Hekili Priority Helper

44M Downloads

[BUG] Flame shock default tick duration set to 3 seconds, should be 2.

elsavira opened this issue ยท 1 comments

commented

Before You Begin

  • I confirm that I have downloaded the latest version of the addon.
  • I am not playing on a private server.
  • I checked for an existing, open ticket for this issue and was not able to find one.
  • I edited the title of this bug report (above) so that it describes the issue I am reporting.

Describe the Issue

image
image

The default Dot-tick-time for Flame shock is incorrectly set to 3 seconds.

How to Reproduce

  1. Spec Elemental Shaman
  2. Apply Flame Shock
  3. Check Internal values

Player Information (Link)

https://pastebin.com/Eaaejhki

Error Messages (Link)

Additional Information

Line 923 in ShamanElemental.lua shows the following:

min_ttd = function () return debuff.flame_shock.duration / 3 end

I believe this should be 2.

The same also for line 198:

tick_time = function () return 3 * haste end,

Contact Information

Elsavira#2556

commented

That min_ttd value is not relevant to the tick time.

The tick_time is; I'm correcting it now. Thanks.