mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core/Spells: Use correct SpellEntry field for Amplitude (#25008)
This commit is contained in:
@@ -332,7 +332,7 @@ SpellEffectInfo::SpellEffectInfo(SpellEntry const* spellEntry, SpellInfo const*
|
||||
_effIndex = effIndex;
|
||||
Effect = spellEntry->Effect[effIndex];
|
||||
ApplyAuraName = spellEntry->EffectAura[effIndex];
|
||||
Amplitude = spellEntry->EffectAmplitude[effIndex];
|
||||
Amplitude = spellEntry->EffectAuraPeriod[effIndex];
|
||||
DieSides = spellEntry->EffectDieSides[effIndex];
|
||||
RealPointsPerLevel = spellEntry->EffectRealPointsPerLevel[effIndex];
|
||||
BasePoints = spellEntry->EffectBasePoints[effIndex];
|
||||
|
||||
Reference in New Issue
Block a user