1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 16:17:46 +00:00
This commit is contained in:
Maru 2017-08-30 01:53:46 -03:00
parent 302b50d8b3
commit 6f4cf03b4b

View file

@ -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 );