1
0
Fork 1
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:
scrawl 2017-09-30 16:53:39 +02:00
parent 77ddaa869b
commit 097b9d90bc

View file

@ -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)