summaryrefslogtreecommitdiff
path: root/npc/commands/rate-management.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-01 12:45:22 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-01 12:45:22 -0300
commitf0f7e59aea32f5394674b9839c1494a70999c8f1 (patch)
treec409bcda6cf35469f294f6ca92cc252c5dd821ae /npc/commands/rate-management.txt
parentcd75f4d225a4dc97a64b128f15cd3143767ad295 (diff)
downloadserverdata-f0f7e59aea32f5394674b9839c1494a70999c8f1.tar.gz
serverdata-f0f7e59aea32f5394674b9839c1494a70999c8f1.tar.bz2
serverdata-f0f7e59aea32f5394674b9839c1494a70999c8f1.tar.xz
serverdata-f0f7e59aea32f5394674b9839c1494a70999c8f1.zip
Fix typo
Diffstat (limited to 'npc/commands/rate-management.txt')
-rw-r--r--npc/commands/rate-management.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt
index 8a9585bf9..036fab559 100644
--- a/npc/commands/rate-management.txt
+++ b/npc/commands/rate-management.txt
@@ -39,7 +39,7 @@ OnCall:
//charcommand("@reloadquestdb");
initnpctimer; // start counting
- announce strcharinfo(0)+"increased experience rate to "+str(.@new_rate)+"%. It will only last "+str(FuzzyTime(time_from_hours(.max_hours), 2, 2))+"!", bc_all;
+ announce strcharinfo(0)+" increased experience rate to "+str(.@new_rate)+"%. It will only last "+str(FuzzyTime(time_from_hours(.max_hours), 2, 2))+"!", bc_all;
//dispbottom l("You successfully set the exp rate to @@%. It will reset to @@% (default value) in @@.",
// .@new_rate, .original_exp_rate, FuzzyTime(time_from_hours(.max_hours), 2, 2));
@@ -157,7 +157,7 @@ OnCall:
charcommand("@reloadmobdb");
initnpctimer; // start counting
- announce strcharinfo(0)+"increased drop rates to "+str(.@new_rate)+"%. It will only last "+str(FuzzyTime(time_from_hours(.max_hours), 2, 2))+"!", bc_all;
+ announce strcharinfo(0)+" increased drop rates to "+str(.@new_rate)+"%. It will only last "+str(FuzzyTime(time_from_hours(.max_hours), 2, 2))+"!", bc_all;
//dispbottom l("You successfully set the drop rate to @@%. It will reset to @@% (default value) in @@.",
// .@new_rate, .org_dcn, FuzzyTime(time_from_hours(.max_hours), 2, 2));