rl-api: update quest scripts to 2021-3-3

This commit is contained in:
Max Weber
2021-03-02 15:03:32 -07:00
parent ecb64e9885
commit 6526fd9d7c
2 changed files with 2 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ public enum Quest
public QuestState getState(Client client)
{
client.runScript(ScriptID.QUESTLIST_PROGRESS, id);
client.runScript(ScriptID.QUEST_STATUS_GET, id);
switch (client.getIntStack()[0])
{
case 2:

View File

@@ -124,7 +124,7 @@ public final class ScriptID
* </ul>
*/
@ScriptArguments(integer = 1)
public static final int QUESTLIST_PROGRESS = 2267;
public static final int QUEST_STATUS_GET = 4029;
/**
* Updates the Diary/Quest interface's scrollbar