diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-02-10 20:46:34 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-02-10 20:46:34 +0000 |
commit | 6638bbec78c5a1be1881ddf13afdc575840aa96f (patch) | |
tree | 7ec563b90b511ce1164450282cc44078cccc4130 /conf/battle | |
parent | 0034a439b74142f27a93b422ef66eaa90ddb7ab3 (diff) | |
download | hercules-6638bbec78c5a1be1881ddf13afdc575840aa96f.tar.gz hercules-6638bbec78c5a1be1881ddf13afdc575840aa96f.tar.bz2 hercules-6638bbec78c5a1be1881ddf13afdc575840aa96f.tar.xz hercules-6638bbec78c5a1be1881ddf13afdc575840aa96f.zip |
- Fixed a misleading description. (bugreport:4008)
- Changed the confusing Rare Drop Announce. (bugreport:4037)
- Fixed an extra space in item script. (bugreport:4032)
- Renamed the upgrade_svn file in last commit to match revision number.
- Updated SQL item/mob databases to latest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14243 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/monster.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/monster.conf b/conf/battle/monster.conf index 44039ef24..ada628a37 100644 --- a/conf/battle/monster.conf +++ b/conf/battle/monster.conf @@ -21,7 +21,7 @@ // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun) //-------------------------------------------------------------- -// [MVP] Summoned monsters HP rate, that is, monsters summoned by an MVP will have this much HP. (Note 2) +// The HP rate of MVPs. (Note 2) mvp_hp_rate: 100 // The HP rate of normal monsters (that is monsters that are not MVP's) (Note 2) |