diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-08 13:47:32 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-08 13:47:32 +0000 |
commit | ad0b14806dca1c54c55d0f237dc465c27dc6351f (patch) | |
tree | 09e5ea9149c7a1ed910fd56beb5a1b00037b93d7 /conf | |
parent | 14590eeea5c5cab258bc06b0e49ee9b78dc2b48c (diff) | |
download | hercules-ad0b14806dca1c54c55d0f237dc465c27dc6351f.tar.gz hercules-ad0b14806dca1c54c55d0f237dc465c27dc6351f.tar.bz2 hercules-ad0b14806dca1c54c55d0f237dc465c27dc6351f.tar.xz hercules-ad0b14806dca1c54c55d0f237dc465c27dc6351f.zip |
Fixed bHPGainValue and bSPGainValue worked on all types of attacks and was only activated on mob's death.(bugreport:3193) [Inkfish]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13863 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/skill.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index 709efbb8c..82a615aba 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -263,4 +263,6 @@ sg_angel_skill_ratio: 10 skill_add_heal_rate: 7 // Whether the damage of EarthQuake with a single target on screen is able to be reflected. +// Note: On offcial server, EQ is reflectable when there is only one target on the screen, +// which might be an exploit to hunt the MVPs. eq_single_target_reflectable: yes
\ No newline at end of file |