1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-27 20:07:45 +00:00

Fix sprint for now.

This commit is contained in:
collett 2020-01-01 23:12:31 +09:00
parent cab6612285
commit 9b25a84c26

View file

@ -402,6 +402,9 @@ void Action::Action::buildEffects()
return;
}
if (getId() == 3) // fix sprint for now
return;
if( m_hitActors.empty() )
return;