summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-02-10 16:56:09 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-10 16:56:09 -0300
commitc5f80f449afebe50c07ce6802295f425cf733fa7 (patch)
tree7390b7fb31b235daf9cd6c048f81a3705d263b34
parent621a44fddd387bbc3f69f5cace5cb8f3d65d3d43 (diff)
downloadserverdata-c5f80f449afebe50c07ce6802295f425cf733fa7.tar.gz
serverdata-c5f80f449afebe50c07ce6802295f425cf733fa7.tar.bz2
serverdata-c5f80f449afebe50c07ce6802295f425cf733fa7.tar.xz
serverdata-c5f80f449afebe50c07ce6802295f425cf733fa7.zip
[skip ci] I meant 50 coins limit (aka. MK reward), not 30
-rw-r--r--npc/025-1/ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c
index 0b4f13f84..9bb9929b1 100644
--- a/npc/025-1/ctrl.c
+++ b/npc/025-1/ctrl.c
@@ -468,7 +468,7 @@ OnConquest:
freeloop(true);
for (.@i=0; .@i < getarraysize($@FORT_BLACKLIST); .@i++) {
.@cid=$@FORT_BLACKLIST[.@i];
- rodex_sendmail(.@cid, "Commander Povo", "Fortress Town Reward", "For your bravery in Fortress Town conquest! Cheers!", 0, StrangeCoin, min(30, 1+$MK_TEMPVAR));
+ rodex_sendmail(.@cid, "Commander Povo", "Fortress Town Reward", "For your bravery in Fortress Town conquest! Cheers!", 0, StrangeCoin, min(50, 1+$MK_TEMPVAR)); // give up to 50 coins so it is not more lucrative than MK showdown
}
freeloop(false);
// Clean up the remainders of the fight