diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-12 09:31:41 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-12 09:31:41 +0000 |
commit | 2bf2276c6fbc44473d0d1345b28505801c91c573 (patch) | |
tree | 224fda64766ebc4a09b42b051cdc24fc4ba50d5f | |
parent | da4595570bb874ce6e448a1e6e63d8719e2b54d5 (diff) | |
download | hercules-2bf2276c6fbc44473d0d1345b28505801c91c573.tar.gz hercules-2bf2276c6fbc44473d0d1345b28505801c91c573.tar.bz2 hercules-2bf2276c6fbc44473d0d1345b28505801c91c573.tar.xz hercules-2bf2276c6fbc44473d0d1345b28505801c91c573.zip |
* SG_WARM no longer ignores FLEE by default. (bugreport:3038)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13757 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 4 | ||||
-rw-r--r-- | db/skill_db.txt | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index a52026c3e..46609179c 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -37,6 +37,8 @@ 2385 Recuvative_Armor Should trigger HP/SP return with magical kills as well. ======================= +2009/05/12 + * SG_WARM no longer ignores FLEE by default. [Inkfish] 2009/05/11 * Rev. 13753 Fixed a couple mistakes in r13752, extra commas at the end a couple lines, and missing quotes around an AL_HEAL. [L0ne_W0lf] 2009/05/10 @@ -56,7 +58,7 @@ - Monsters that are 1) aggressive 2) change targets and 3) and ANGRY will no longer cast sensor. * Fixed Satan Morroc resummoning normal mobs instead of slaves (bugreport:3056) [Playtester] 2009/05/04 - * Added cast time and sp cost for Waterball Lvl 5 - 10 [Inkfish] + * Added cast time and sp cost for Waterball Lvl 6 - 10 [Inkfish] 2009/05/03 * Snatch now works with all weapons (including bow!) [Playtester] - range doesn't depend on weapon range anymore and is always 1 even with bows diff --git a/db/skill_db.txt b/db/skill_db.txt index b6a1ac5db..dbd0a5ac9 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -469,9 +469,9 @@ 425,0,6,4,2:4:1:3:8:7:6,0x1,0,7,1,no,0,0,0,weapon,0, TK_SEVENWIND,Mild Wind 426,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, TK_HIGHJUMP,Taekwon Jump 427,0,6,4,0,0x1,0,3,1,yes,0,0,0,magic,0, SG_FEEL,Feeling the Sun Moon and Stars -428,1,6,4,-1,0x42,1,3,1,yes,0,0,0,weapon,2, SG_SUN_WARM,Warmth of the Sun -429,1,6,4,-1,0x42,1,3,1,yes,0,0,0,weapon,2, SG_MOON_WARM,Warmth of the Moon -430,1,6,4,-1,0x42,1,3,1,yes,0,0,0,weapon,2, SG_STAR_WARM,Warmth of the Stars +428,1,6,4,-1,0x2,1,3,1,yes,0,0,0,weapon,2, SG_SUN_WARM,Warmth of the Sun +429,1,6,4,-1,0x2,1,3,1,yes,0,0,0,weapon,2, SG_MOON_WARM,Warmth of the Moon +430,1,6,4,-1,0x2,1,3,1,yes,0,0,0,weapon,2, SG_STAR_WARM,Warmth of the Stars 431,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0, SG_SUN_COMFORT,Comfort of the Sun 432,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0, SG_MOON_COMFORT,Comfort of the Moon 433,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0, SG_STAR_COMFORT,Comfort of the Stars |