fix(Core/Spells): Fix "Repelling Wave" stun radius (#21587)

This commit is contained in:
vrachv 2025-02-23 10:05:54 +00:00 committed by GitHub
parent 5d32676193
commit e31674045b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3342,6 +3342,7 @@ void SpellMgr::LoadSpellInfoCorrections()
{
spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_20_YARDS); // 20yd
spellInfo->Effects[EFFECT_1].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_20_YARDS); // 20yd
spellInfo->Effects[EFFECT_2].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_20_YARDS); // 20yd
});
// Rallying Shout