Core/Spells: Remove one char breaking hotswap

This commit is contained in:
Aokromes
2017-11-23 22:21:36 +01:00
parent cc7c3f8d7d
commit dda7d89445

View File

@@ -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;
});