diff options
Diffstat (limited to 'cheat/internal_rewrite/c_base_weapon.hpp')
| -rw-r--r-- | cheat/internal_rewrite/c_base_weapon.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheat/internal_rewrite/c_base_weapon.hpp b/cheat/internal_rewrite/c_base_weapon.hpp index f8c1b1c..97f40d6 100644 --- a/cheat/internal_rewrite/c_base_weapon.hpp +++ b/cheat/internal_rewrite/c_base_weapon.hpp @@ -211,7 +211,7 @@ public: }
__forceinline weapon_info_t* get_wpn_info( ) {
- return util::get_vfunc< 444, weapon_info_t* >( this );
+ return util::get_vfunc< 443, weapon_info_t* >( this );
}
__forceinline void update_accuracy_penalty( ) {
|
