Skip to content

Commit

Permalink
Merge branch 'Skua' of https://github.com/BrenoHenrike/Scripts into Skua
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Nov 7, 2024
2 parents 6dbd423 + 7b53494 commit 3d177e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Story/DragonRoad[Upholder].cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public void ScriptMain(IScriptInterface bot)

public void StoryLine()
{
if (!Core.isUpholder() || Core.isCompletedBefore(4547))
if (!Core.IsUpholder() || Core.isCompletedBefore(4547))
{
Core.Logger(!Core.isUpholder() ? "Not an upholder." : "Quest Already complete");
Core.Logger(!Core.IsUpholder() ? "Not an upholder." : "Quest Already complete");
return;
}

Expand Down
4 changes: 2 additions & 2 deletions scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"null"
],
"path": "CoreBots.cs",
"size": 280869,
"size": 280297,
"fileName": "CoreBots.cs",
"downloadUrl": "https://raw.githubusercontent.com/BrenoHenrike/Scripts/Skua/CoreBots.cs"
},
Expand Down Expand Up @@ -18130,7 +18130,7 @@
"zorbaks"
],
"path": "Other/MergeShops/StarswordMerge[Upholder].cs",
"size": 11700,
"size": 11819,
"fileName": "StarswordMerge[Upholder].cs",
"downloadUrl": "https://raw.githubusercontent.com/BrenoHenrike/Scripts/Skua/Other/MergeShops/StarswordMerge[Upholder].cs"
},
Expand Down

0 comments on commit 3d177e9

Please sign in to comment.