1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-07-01 02:47:45 +00:00

first is not last

This commit is contained in:
collett 2023-03-08 04:12:52 +09:00
parent 125c07173b
commit 0cf8009c3a

View file

@ -696,8 +696,9 @@ void Action::Action::buildEffects()
}
}
}
validVictimCounter++;
if( validVictimCounter == 0 )
firstValidVictim = actor;
validVictimCounter++;
}
}