Skip to content

Commit

Permalink
Merge branch 'dev' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady committed Nov 29, 2024
2 parents 02490c5 + 733ee60 commit 36de725
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
mkdir upload\modules
copy build\windows\x64\release\js-module-v2.dll upload\modules
copy build\windows\x64\release\js-module-v2.pdb upload\modules
copy server\deps\nodejs\lib\Release\libnodev2.dll upload
copy server\deps\nodejs\lib\Release\libnode.dll upload
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down
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 36de725

Please sign in to comment.