Fix Sleep value in AvatarAction

This commit is contained in:
MyNameIsBatman 2022-04-30 19:21:35 -03:00
parent 27a538dc16
commit 8944f87c23

View File

@ -35,7 +35,7 @@ export class AvatarAction
public static POSTURE_SWIM = 'swim'; public static POSTURE_SWIM = 'swim';
public static POSTURE_WALK = 'mv'; public static POSTURE_WALK = 'mv';
public static SIGN = 'sign'; public static SIGN = 'sign';
public static SLEEP = 'sleep'; public static SLEEP = 'Sleep';
public static SNOWWAR_DIE_BACK = 'swdieback'; public static SNOWWAR_DIE_BACK = 'swdieback';
public static SNOWWAR_DIE_FRONT = 'swdiefront'; public static SNOWWAR_DIE_FRONT = 'swdiefront';
public static SNOWWAR_PICK = 'swpick'; public static SNOWWAR_PICK = 'swpick';
@ -124,4 +124,4 @@ export class AvatarAction
return 'std'; return 'std';
} }
} }