worklog
This commit is contained in:
@@ -61,7 +61,7 @@ function animations(props) {
|
||||
const { game, account, resolution, player, construct } = props;
|
||||
if (!resolution) return false;
|
||||
const [, event] = resolution.event;
|
||||
if (!event.skill) return false;
|
||||
if (!event || !event.skill) return false;
|
||||
if (!resolution.target) return false;
|
||||
|
||||
// source animation
|
||||
|
||||
Reference in New Issue
Block a user