mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-05 06:40:09 +00:00
Fix travel service not showing
This commit is contained in:
parent
77ddaa869b
commit
097b9d90bc
@ -481,7 +481,7 @@ namespace MWGui
|
|||||||
if (services & ESM::NPC::Spells)
|
if (services & ESM::NPC::Spells)
|
||||||
mTopicsList->addItem(gmst.find("sSpells")->getString());
|
mTopicsList->addItem(gmst.find("sSpells")->getString());
|
||||||
|
|
||||||
if (services & travel)
|
if (travel)
|
||||||
mTopicsList->addItem(gmst.find("sTravel")->getString());
|
mTopicsList->addItem(gmst.find("sTravel")->getString());
|
||||||
|
|
||||||
if (services & ESM::NPC::Spellmaking)
|
if (services & ESM::NPC::Spellmaking)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user