summaryrefslogtreecommitdiff
path: root/npc/functions/scoreboards.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/scoreboards.txt')
-rw-r--r--npc/functions/scoreboards.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt
index 3c501653e..462bfcfcf 100644
--- a/npc/functions/scoreboards.txt
+++ b/npc/functions/scoreboards.txt
@@ -4,16 +4,6 @@
// Description:
// Leaderboards + GM Command Log
-// Returns if an event is a ranked Aurora Event or not
-// (Had to be moved from functions/aurora.txt)
-function script FYEventUsesRanking {
- setarray .@av$, "Expo", "Fishing";
- if (array_find(.@av$, $EVENT$) >= 0) {
- return true;
- }
- return false;
-}
-
function script ScoreboardsReload {
debugmes "Reloading scoreboards...";
.@nb = query_sql("select name, zeny from `char` WHERE `guild_id`!=1 ORDER BY zeny DESC LIMIT 15", $@hofortune_name$, $@hofortune_value);