mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 08:09:39 +00:00
incorrect sBribe GMSTs for new omwgame files (Fixes #2785)
This commit is contained in:
parent
b2ab0122ab
commit
cdfa3006a3
1 changed files with 3 additions and 3 deletions
|
@ -798,9 +798,9 @@ void CSMDoc::Document::addGmsts()
|
||||||
"sBookSkillMessage",
|
"sBookSkillMessage",
|
||||||
"sBounty",
|
"sBounty",
|
||||||
"sBreath",
|
"sBreath",
|
||||||
"sBribe",
|
"sBribe 10 Gold",
|
||||||
"sBribe",
|
"sBribe 100 Gold",
|
||||||
"sBribe",
|
"sBribe 1000 Gold",
|
||||||
"sBribeFail",
|
"sBribeFail",
|
||||||
"sBribeSuccess",
|
"sBribeSuccess",
|
||||||
"sBuy",
|
"sBuy",
|
||||||
|
|
Loading…
Reference in a new issue