mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
First step of comment style refactoring to doxygen-style.
This commit is contained in:
@@ -2113,7 +2113,7 @@ void SpellMgr::LoadEnchantCustomAttr()
|
||||
if (!spellInfo)
|
||||
continue;
|
||||
|
||||
// TODO: find a better check
|
||||
/// @todo find a better check
|
||||
if (!(spellInfo->AttributesEx2 & SPELL_ATTR2_PRESERVE_ENCHANT_IN_ARENA) || !(spellInfo->Attributes & SPELL_ATTR0_NOT_SHAPESHIFT))
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user