fix(DB/Quest): Krolmir, Hammer of Storms. (#11661)
* fix(DB/Quest): Krolmir, Hammer of Storms. Fixes #11637 * Buildfix. * Update src/server/game/Spells/SpellInfoCorrections.cpp Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
parent
ffb4012673
commit
56982f9eba
2 changed files with 11 additions and 2 deletions
|
|
@ -3672,8 +3672,8 @@ void SpellMgr::LoadSpellInfoCorrections()
|
|||
spellInfo->Effects[EFFECT_0].BasePoints = 0;
|
||||
});
|
||||
|
||||
// Krolmir, Hammer of Storms (13010)
|
||||
ApplySpellFix({ 56606, 56541 }, [](SpellInfo* spellInfo)
|
||||
// Riding Jokkum
|
||||
ApplySpellFix({ 56606 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->Effects[EFFECT_0].BasePoints = 1;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue