1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

Add default value for 'sAnd' GMST (Fixes #4269)

This commit is contained in:
scrawl 2018-01-14 00:27:05 +00:00
parent d9d8de3061
commit e2e48e0a50
No known key found for this signature in database
GPG Key ID: 2E6CC3676024C402

View File

@ -435,6 +435,7 @@ namespace MWWorld
gmst["fNPCHealthBarFade"] = ESM::Variant(1.f);
gmst["fFleeDistance"] = ESM::Variant(3000.f);
gmst["sMaxSale"] = ESM::Variant("Max Sale");
gmst["sAnd"] = ESM::Variant("and");
// Werewolf (BM)
gmst["fWereWolfRunMult"] = ESM::Variant(1.3f);