cmangos / issues

This repository is used as a centralized point for all issues regarding CMaNGOS.
179 stars 47 forks source link

🐛 [Bug Report] King of the Jungle talent doesn't work #3380

Open Hisagishi opened 1 year ago

Hisagishi commented 1 year ago

Bug Details

Druid talent is supposed to add 20/40/60 energy instantly when using tigers fury, it doesn't.

Steps to Reproduce

1.add talent 2.try tigers fury 3.??? 4.no profit.

Expected behavior

Tigers fury should instantly give 20/40/60 energy instantly

Suggested Workaround

No response

Crash Log

No response

Core SHA1 Commit Hash

894539fd1f63b4da29f988c773170ea575429978

Database SHA1 Commit Hash

98aabc6c0566feae1c8d147bbeb91d4fade736c9

Operating System

Windows 10

Client Version

3.3.5a (Wrath of the Lich King)

AnonXS commented 1 year ago

s.48492

Effect 0:
Id: 6 (SPELL_EFFECT_APPLY_AURA)
BasePoints: 5
Targets: (1, 0) (TARGET_UNIT_CASTER, TARGET_NONE)
Aura: 4 (SPELL_AURA_DUMMY), value: 5, miscA: 126 (126), miscB: 0, periodic: 0

Effect 1:
Id: 6 (SPELL_EFFECT_APPLY_AURA)
BasePoints: 20 , Bonus Coeff: 1.00
Targets: (1, 0) (TARGET_UNIT_CASTER, TARGET_NONE)
Aura: 4 (SPELL_AURA_DUMMY), value: 20, miscA: 1 (1), miscB: 0, periodic: 0

Effect 2:
Id: 6 (SPELL_EFFECT_APPLY_AURA)
BasePoints: -20
Targets: (1, 0) (TARGET_UNIT_CASTER, TARGET_NONE)
Aura: 108 (SPELL_AURA_ADD_PCT_MODIFIER), value: -20, miscA: 14 (SPELLMOD_COST), miscB: 0, periodic: 0
ClassMask: 0x00000000 00000000 C0000000

SPELL_AURA_DUMMY -> s.51178 for effect1 and s.51185 for effect0.

aleigood commented 7 months ago

Same problem:

wotlk commit: a3186b3846c60dadefab0a854b1f3b9562b4bf61

killerwife commented 7 months ago

Likely not proccing, this code snippet needs to be debugged:

image