diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 11:19:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 11:19:18 -0300 |
commit | cfa70da12d4a722ec2fdf1ed48c7e86e37267db3 (patch) | |
tree | 00e5299f351510494732eacac6874cf25efd54f2 | |
parent | 6c9e181052d78d755cfd6e3315891bc7cff30c3d (diff) | |
download | serverdata-cfa70da12d4a722ec2fdf1ed48c7e86e37267db3.tar.gz serverdata-cfa70da12d4a722ec2fdf1ed48c7e86e37267db3.tar.bz2 serverdata-cfa70da12d4a722ec2fdf1ed48c7e86e37267db3.tar.xz serverdata-cfa70da12d4a722ec2fdf1ed48c7e86e37267db3.zip |
Fix a typo
-rw-r--r-- | npc/003-9/recepcionist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-9/recepcionist.txt b/npc/003-9/recepcionist.txt index e484e8f6f..6202f1f9f 100644 --- a/npc/003-9/recepcionist.txt +++ b/npc/003-9/recepcionist.txt @@ -29,7 +29,7 @@ POL_PlayerMoney(.@price); percentheal 100, 100; .@buff=(is_night() ? 15 : 10); - SC_Bonus(900000, INCMHPRATE, .@buff, .@buff); + SC_Bonus(900, INCMHPRATE, .@buff, .@buff); closeclientdialog; } close; |