mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 10:36:42 +00:00
Merge branch 'master' into 'master'
Fixes Albemic typo in OpenMW-CS See merge request OpenMW/openmw!133
This commit is contained in:
commit
fe52bee41d
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ namespace
|
||||||
|
|
||||||
static const char *sApparatusTypes[] =
|
static const char *sApparatusTypes[] =
|
||||||
{
|
{
|
||||||
"Mortar & Pestle", "Albemic", "Calcinator", "Retort", 0
|
"Mortar & Pestle", "Alembic", "Calcinator", "Retort", 0
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *sArmorTypes[] =
|
static const char *sArmorTypes[] =
|
||||||
|
|
Loading…
Reference in a new issue