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:
parent
125c07173b
commit
0cf8009c3a
1 changed files with 2 additions and 1 deletions
|
@ -696,8 +696,9 @@ void Action::Action::buildEffects()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if( validVictimCounter == 0 )
|
||||||
|
firstValidVictim = actor;
|
||||||
validVictimCounter++;
|
validVictimCounter++;
|
||||||
firstValidVictim = actor;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue