mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +00:00
Style;
This commit is contained in:
parent
302b50d8b3
commit
6f4cf03b4b
1 changed files with 1 additions and 1 deletions
|
@ -1533,7 +1533,7 @@ void Core::Entity::Player::handleScriptSkill( uint32_t type, uint32_t actionId,
|
|||
|
||||
sendToInRangeSet( effectPacket, true );
|
||||
|
||||
if (!pTarget.isAlive())
|
||||
if ( !pTarget.isAlive() )
|
||||
break;
|
||||
|
||||
pTarget.takeDamage( param1 );
|
||||
|
|
Loading…
Add table
Reference in a new issue