Skip to content

Commit b624c8c

Browse files
committed
Add missed parenthesis.
1 parent 2cb54cf commit b624c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/game/Spells/SpellMgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4938,7 +4938,7 @@ void SpellMgr::LoadSpellInfoCorrections()
49384938
}, [](SpellInfo* spellInfo)
49394939
{
49404940
spellInfo->Attributes &= ~SPELL_ATTR0_HEARTBEAT_RESIST_CHECK;
4941-
};
4941+
});
49424942

49434943
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
49444944
{

0 commit comments

Comments
 (0)