SERVER: Change reload cancel frame for Wunderwaffe DG-2

This commit is contained in:
cypress 2023-11-14 15:14:34 -05:00
parent 7271e93337
commit 5e0a9af0ad

View file

@ -2468,7 +2468,7 @@ float(float wep, float frametype, optional float z) GetFrame =
case PUT_OUT_END:
return 53;
case RELOAD_CANCEL:
return 49;
return 48;
}
break;
case W_STG:
@ -2598,7 +2598,7 @@ float(float wep, float frametype, optional float z) GetFrame =
case PUT_OUT_END:
return 71;
case RELOAD_CANCEL:
return 16;
return 39;
}
break;
case W_BK: