From c29f7a1fbfcb4df1208fbfe0a8e29599344fb769 Mon Sep 17 00:00:00 2001 From: obligaron Date: Mon, 22 May 2023 22:50:34 +0200 Subject: [PATCH] Sync Grave Matters Quest --- Source/towners.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/towners.cpp b/Source/towners.cpp index fa7dab151..1a20bf4f9 100644 --- a/Source/towners.cpp +++ b/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; }