From 7fdee62fcdf7233d79f82d26becec50d51cc7111 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 Jun 2018 18:10:08 -0300 Subject: Spurious parenthesis --- npc/commands/rate-management.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/commands') diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index 85cb3df0f..ded3f1f52 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -41,7 +41,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)); @@ -167,7 +167,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)); -- cgit v1.2.3-60-g2f50