mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 20:06:43 +00:00
Redemption compatibility fix
This commit is contained in:
parent
92bf5b4b6e
commit
223d8ffd9b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ struct Potion
|
||||||
void load(ESMReader &esm)
|
void load(ESMReader &esm)
|
||||||
{
|
{
|
||||||
model = esm.getHNString("MODL");
|
model = esm.getHNString("MODL");
|
||||||
icon = esm.getHNString("TEXT"); // not ITEX here for some reason
|
icon = esm.getHNOString("TEXT"); // not ITEX here for some reason
|
||||||
script = esm.getHNOString("SCRI");
|
script = esm.getHNOString("SCRI");
|
||||||
name = esm.getHNOString("FNAM");
|
name = esm.getHNOString("FNAM");
|
||||||
esm.getHNT(data, "ALDT", 12);
|
esm.getHNT(data, "ALDT", 12);
|
||||||
|
|
Loading…
Reference in a new issue