Browse Source

Sync Grave Matters Quest

pull/6155/head
obligaron 3 years ago committed by Anders Jenbo
parent
commit
c29f7a1fbf
  1. 1
      Source/towners.cpp

1
Source/towners.cpp

@ -479,6 +479,7 @@ void TalkToBarmaid(Player &player, Towner & /*barmaid*/)
Quests[Q_GRAVE]._qactive = QUEST_ACTIVE;
Quests[Q_GRAVE]._qlog = true;
Quests[Q_GRAVE]._qmsg = TEXT_GRAVE8;
NetSendCmdQuest(true, Quests[Q_GRAVE]);
InitQTextMsg(TEXT_GRAVE8);
return;
}

Loading…
Cancel
Save