summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-30 00:15:01 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-30 00:15:01 -0300
commit95e6a47bbbbd77ddd45519b6aac5875892d0d80d (patch)
tree6cd8bb45b3b77ed7829bc79cf4c5b9e15b8b6b07
parent4fb606fbad890c97d0115745149d1eaea142be82 (diff)
downloadserverdata-95e6a47bbbbd77ddd45519b6aac5875892d0d80d.tar.gz
serverdata-95e6a47bbbbd77ddd45519b6aac5875892d0d80d.tar.bz2
serverdata-95e6a47bbbbd77ddd45519b6aac5875892d0d80d.tar.xz
serverdata-95e6a47bbbbd77ddd45519b6aac5875892d0d80d.zip
Fix bug on contributor list
-rw-r--r--npc/003-3/malindou.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 43b6a7031..e90b30013 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -992,12 +992,13 @@ OnInit:
// Relevance of the contribution is also to be taken in account.
// See 003-2/lua.txt for rewards
+ // Lower case only!
$@CONTRIBUTORS = htnew;
htput($@CONTRIBUTORS, "jesusalva", 250);
htput($@CONTRIBUTORS, "saulc", 250);
htput($@CONTRIBUTORS, "lawncable", 180);
- htput($@CONTRIBUTORS, "ThinkSome", 75);
+ htput($@CONTRIBUTORS, "thinksome", 75);
htput($@CONTRIBUTORS, "crazyfefe", 70);
htput($@CONTRIBUTORS, "mishana", 70);
htput($@CONTRIBUTORS, "esteria", 70);
@@ -1012,12 +1013,12 @@ OnInit:
htput($@CONTRIBUTORS, "HoraK", 20);
htput($@CONTRIBUTORS, "dustman", 18);
htput($@CONTRIBUTORS, "povo", 10);
- htput($@CONTRIBUTORS, "Manatauro", 10);
+ htput($@CONTRIBUTORS, "manatauro", 10);
htput($@CONTRIBUTORS, "minegamerbr", 10);
htput($@CONTRIBUTORS, "yuckfou", 10);
htput($@CONTRIBUTORS, "kytty", 10);
htput($@CONTRIBUTORS, "ledmitz", 10);
- htput($@CONTRIBUTORS, "TestUser", 10);
+ htput($@CONTRIBUTORS, "testuser", 10);
htput($@CONTRIBUTORS, "liangtai", 4);
htput($@CONTRIBUTORS, "demure", 2);
htput($@CONTRIBUTORS, "seeds", 2);