Skip to content

Commit

Permalink
Update combat.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonSlayer62 committed Jan 4, 2025
1 parent 062463a commit e56f439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/combat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,7 @@ bool CHandleCombat::HandleCombat( CSocket *mSock, CChar& mChar, CChar *ourTarg )
cScript *toExecute = JSMapping->GetScript( scriptTrig );
if( toExecute != nullptr )
{
toExecute->onCombatHit( &mChar, ourTarg );
toExecute->OnCombatHit( &mChar, ourTarg );
}
}

Expand Down

0 comments on commit e56f439

Please sign in to comment.