Skip to content

Commit

Permalink
ALTV-502 - Add DamageType
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Nov 14, 2024
1 parent f60440c commit 25e283b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/cpp-sdk
1 change: 1 addition & 0 deletions server/src/namespaces/WeaponModelInfoNamespace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ static void Get(js::FunctionContext& ctx)
modelObj.Set("skillAbove50MaxAmmoMp", info.skillAbove50MaxAmmoMp);
modelObj.Set("maxSkillMaxAmmoMp", info.maxSkillMaxAmmoMp);
modelObj.Set("bonusMaxAmmoMp", info.bonusMaxAmmoMp);
modelObj.Set("damageType", info.damageType);

ctx.Return(modelObj);
}
Expand Down

0 comments on commit 25e283b

Please sign in to comment.