mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-25 22:10:41 -04:00
Redemption compatibility fix
This commit is contained in:
parent
92bf5b4b6e
commit
223d8ffd9b
@ -26,7 +26,7 @@ struct Potion
|
||||
void load(ESMReader &esm)
|
||||
{
|
||||
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");
|
||||
name = esm.getHNOString("FNAM");
|
||||
esm.getHNT(data, "ALDT", 12);
|
||||
|
Loading…
x
Reference in New Issue
Block a user