quickfix
This commit is contained in:
parent
66f1423ecc
commit
d9df13b710
@ -412,7 +412,7 @@ namespace DiIiS_NA.D3_GameServer.GSSystem.GameSystem
|
||||
|
||||
public float QuestTimerEstimate = 0f;
|
||||
|
||||
public void LaunchRiftQuestTimer(float duration, Action<int> onDone)
|
||||
public void LaunchRiftQuestTimer(float duration, Action<int> onDone, int idSno = 0)
|
||||
{
|
||||
QuestTimerEstimate = duration;
|
||||
|
||||
|
||||
@ -77,9 +77,9 @@ namespace DiIiS_NA.GameServer.GSSystem.QuestSystem
|
||||
}
|
||||
|
||||
|
||||
protected void SetRiftTimer(float duration, World world, QuestEvent qevent, int idSNO = 0)
|
||||
protected void SetRiftTimer(float duration, World world, QuestEvent qevent, int idSno = 0)
|
||||
{
|
||||
Game.QuestManager.LaunchRiftQuestTimer(duration, new Action<int>((q) => { qevent.Execute(world); }), idSNO);
|
||||
Game.QuestManager.LaunchRiftQuestTimer(duration, new Action<int>((q) => { qevent.Execute(world); }), idSno);
|
||||
}
|
||||
|
||||
protected void SetQuestTimer(int questId, float duration, World world, QuestEvent qevent, int Meterid = 0)
|
||||
|
||||
Loading…
Reference in New Issue
user.block.title