Merge pull request #2497 from akortunov/master

[Regression] restore ammo inventory sounds
pull/541/head
Andrei Kortunov 5 years ago committed by GitHub
commit ac2cd544dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -238,7 +238,7 @@ namespace MWMechanics
{
/* short group */ "",
/* long group */ "",
/* sound ID */ "Item Weapon Ammo",
/* sound ID */ "Item Ammo",
/* attach bone */ "ArrowBone",
/* sheath bone */ "",
/* usage skill */ ESM::Skill::Marksman,
@ -252,7 +252,7 @@ namespace MWMechanics
{
/* short group */ "",
/* long group */ "",
/* sound ID */ "Item Weapon Ammo",
/* sound ID */ "Item Ammo",
/* attach bone */ "ArrowBone",
/* sheath bone */ "",
/* usage skill */ ESM::Skill::Marksman,

Loading…
Cancel
Save