mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 20:13:48 +00:00
chore(Core/Unit): Correct typo of Controlled. (#22260)
This commit is contained in:
@@ -3580,7 +3580,7 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
// That's Abominable
|
||||
ApplySpellFix({ 59565 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->Effects[EFFECT_0].MiscValueB = 1721; // controlable guardian
|
||||
spellInfo->Effects[EFFECT_0].MiscValueB = 1721; // controllable guardian
|
||||
});
|
||||
|
||||
// Investigate the Blue Recluse (1920)
|
||||
|
||||
Reference in New Issue
Block a user