mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-19 06:46:28 +01:00
Fix Sleep value in AvatarAction
This commit is contained in:
parent
27a538dc16
commit
8944f87c23
@ -35,7 +35,7 @@ export class AvatarAction
|
||||
public static POSTURE_SWIM = 'swim';
|
||||
public static POSTURE_WALK = 'mv';
|
||||
public static SIGN = 'sign';
|
||||
public static SLEEP = 'sleep';
|
||||
public static SLEEP = 'Sleep';
|
||||
public static SNOWWAR_DIE_BACK = 'swdieback';
|
||||
public static SNOWWAR_DIE_FRONT = 'swdiefront';
|
||||
public static SNOWWAR_PICK = 'swpick';
|
||||
@ -124,4 +124,4 @@ export class AvatarAction
|
||||
|
||||
return 'std';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user