mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 23:14:39 +02:00
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:
parent
c9f18f5415
commit
59f4e4bbd5
3 changed files with 258 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue