mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Fix travel service not showing
This commit is contained in:
parent
77ddaa869b
commit
097b9d90bc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue