1
0
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:
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)