Skip to content

Commit e8aac4f

Browse files
committed
Fix typo
1 parent 0ef8ca1 commit e8aac4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/SpellHooks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ void Eluna::OnDestinationTargetSelect(Spell* pSpell, uint8 effIndex, SpellDestin
306306
target._position.m_positionZ = posZ;
307307
target._position.SetOrientation(orientation);
308308
}
309-
#elif defiend ELUNA_CMANGOS
309+
#elif defined ELUNA_CMANGOS
310310
void Eluna::OnDestinationTargetSelect(Spell* pSpell, uint8 effIndex, SpellCastTargets& target)
311311
{
312312
START_HOOK(SPELL_EVENT_ON_DEST_TARGET, pSpell);

0 commit comments

Comments
 (0)