mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(Core/Item): Luffa removing more than one bleed (#7752)
This commit is contained in:
@@ -7336,6 +7336,12 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
spellInfo->EffectImplicitTargetB[EFFECT_0] = 0;
|
||||
});
|
||||
|
||||
// Item: Luffa removes only 1 bleed effect
|
||||
ApplySpellFix({ 23595 }, [](SpellEntry* spellInfo)
|
||||
{
|
||||
spellInfo->EffectBasePoints[EFFECT_0] = 1;
|
||||
});
|
||||
|
||||
for (uint32 i = 0; i < sSpellStore.GetNumRows(); ++i)
|
||||
{
|
||||
SpellEntry* spellInfo = (SpellEntry*)sSpellStore.LookupEntry(i);
|
||||
|
||||
Reference in New Issue
Block a user