mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Fixed the journal command. Wasn't sending correct phase.
This commit is contained in:
parent
7fa4a1eb80
commit
96c0f3444e
@ -13,7 +13,7 @@ function onEventStarted(player, actor, trigger, questId, mapCode)
|
||||
end
|
||||
|
||||
if (mapCode == nil) then
|
||||
player:SendDataPacket("requestedData", "qtdata", quest:GetQuestId(), 0);
|
||||
player:SendDataPacket("requestedData", "qtdata", quest:GetQuestId(), quest:GetPhase());
|
||||
player:EndEvent();
|
||||
else
|
||||
player:SendDataPacket("requestedData", "qtmap", quest:GetQuestId());
|
||||
|
Loading…
Reference in New Issue
Block a user