diff options
Diffstat (limited to 'npc/custom/floating_rates.txt')
-rw-r--r-- | npc/custom/floating_rates.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/custom/floating_rates.txt b/npc/custom/floating_rates.txt index 1dc125e42..1e5f1d43e 100644 --- a/npc/custom/floating_rates.txt +++ b/npc/custom/floating_rates.txt @@ -39,7 +39,8 @@ OnHour18: setbattleflag("item_rate_use",$@drate); setbattleflag("item_rate_equip",$@drate); //we don't change card drops rate, because these values won't change them anyway + atcommand "@reloadmobdb"; announce "Current Rune-Midgard rates are: 1."+($@brate-100)+"x 1."+($@jrate-100)+"x 1."+($@drate-100)+"x",bc_all,0xFF6060; end; -}
\ No newline at end of file +} |