mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +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)
|
||||
mTopicsList->addItem(gmst.find("sSpells")->getString());
|
||||
|
||||
if (services & travel)
|
||||
if (travel)
|
||||
mTopicsList->addItem(gmst.find("sTravel")->getString());
|
||||
|
||||
if (services & ESM::NPC::Spellmaking)
|
||||
|
Loading…
x
Reference in New Issue
Block a user