Fixed bug in Hearing Confessions. Added Letting Out Orions Belt and Sniff Out a Profit. The former still needs the correct attention message though when talking to a NPC.

This commit is contained in:
Filip Maj 2022-02-24 18:46:55 -05:00
parent c9f18f5415
commit 59f4e4bbd5
3 changed files with 258 additions and 1 deletions

View file

@ -76,7 +76,7 @@ function onTalk(player, quest, npc)
local incCounter = false;
local data = quest:GetData();
if (npcClassId == SWAENHYLT) then
if (classId == SWAENHYLT) then
callClientFunction(player, "delegateEvent", player, quest, "processEvent000_2");
elseif (classId == FLAVIELLE) then
if (not data:GetFlag(FLAG_TALKED_FLAVIELLE)) then