mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
Core/Spells: Remove one char breaking hotswap
This commit is contained in:
@@ -2786,7 +2786,7 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
47134 // Quest Complete
|
||||
}, [](SpellInfo* spellInfo)
|
||||
{
|
||||
//! HACK: This spell break quest complete for alliance and on retail not used °_O
|
||||
//! HACK: This spell break quest complete for alliance and on retail not used
|
||||
const_cast<SpellEffectInfo*>(spellInfo->GetEffect(EFFECT_0))->Effect = 0;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user