From 4fbf9f30dd64fdeb299654394ccf18da5007b693 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Wed, 5 Aug 2020 14:41:07 -0300
Subject: Replace Hall of Fame with Hall of Honor (same thing!)

---
 npc/003-0-1/statues.txt       |  2 +-
 npc/012-1/statue.txt          |  2 +-
 npc/functions/scoreboards.txt | 21 ---------------------
 3 files changed, 2 insertions(+), 23 deletions(-)

diff --git a/npc/003-0-1/statues.txt b/npc/003-0-1/statues.txt
index 016571b1a..a09699bd8 100644
--- a/npc/003-0-1/statues.txt
+++ b/npc/003-0-1/statues.txt
@@ -59,7 +59,7 @@ L_Fame:
     next;
     mesq l("All hail the ones who proven their worth before the whole Alliance!");
 
-    HallOfFame();
+    HallOfHonor();
     HallOfGuild();
     close;
 
diff --git a/npc/012-1/statue.txt b/npc/012-1/statue.txt
index e60ec7d3c..9ff904494 100644
--- a/npc/012-1/statue.txt
+++ b/npc/012-1/statue.txt
@@ -19,7 +19,7 @@ L_Fame:
     next;
     mesq l("All hail the ones who proven their worth before the whole Alliance!");
 
-    HallOfFame();
+    HallOfHonor();
     HallOfGuild();
     close;
 
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt
index 4983d54b5..13541074d 100644
--- a/npc/functions/scoreboards.txt
+++ b/npc/functions/scoreboards.txt
@@ -103,27 +103,6 @@ function	script	HallOfGuild	{
     return;
 }
 
-function	script	HallOfFame	{
-    // Moved to event statues
-    return;
-    mes "";
-    /*
-	.@nb = query_sql("select name, karma from `char` WHERE `guild_id`!=1 ORDER BY karma DESC LIMIT 10", .@name$, .@value);
-	mes l("##BHall Of Fame: TOP10##b");
-	mes("1."+.@name$[0]+" ("+.@value[0]+")");
-	mes("2."+.@name$[1]+" ("+.@value[1]+")");
-	mes("3."+.@name$[2]+" ("+.@value[2]+")");
-	mes("4."+.@name$[3]+" ("+.@value[3]+")");
-	mes("5."+.@name$[4]+" ("+.@value[4]+")");
-	mes("6."+.@name$[5]+" ("+.@value[5]+")");
-	mes("7."+.@name$[6]+" ("+.@value[6]+")");
-	mes("8."+.@name$[7]+" ("+.@value[7]+")");
-	mes("9."+.@name$[8]+" ("+.@value[8]+")");
-	mes("10."+.@name$[9]+" ("+.@value[9]+")");
-    */
-    return;
-}
-
 function	script	HallOfFortune	{
     mes "";
 	mes l("##BHall Of Fortune: TOP15##b");
-- 
cgit v1.2.3-70-g09d2