summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorKomurka <Komurka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-01-30 10:02:11 +0000
committerKomurka <Komurka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-01-30 10:02:11 +0000
commit3dbc82cb89e5fce90d2fbacdebfb8502a4469fb5 (patch)
tree85f96e682b4ab8a164064ba040ee5b161fc00a90 /Changelog-Trunk.txt
parent7dce873e34f8aa9b0cdd584db07651ec26d2e641 (diff)
downloadhercules-3dbc82cb89e5fce90d2fbacdebfb8502a4469fb5.tar.gz
hercules-3dbc82cb89e5fce90d2fbacdebfb8502a4469fb5.tar.bz2
hercules-3dbc82cb89e5fce90d2fbacdebfb8502a4469fb5.tar.xz
hercules-3dbc82cb89e5fce90d2fbacdebfb8502a4469fb5.zip
One more small fix on 'bSPVanishRate' (tsd->status.hp * sd->sp_vanish_per/100 -> tsd->status.sp * sd->sp_vanish_per/100)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5111 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index da2501b4f..89f6eb777 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/01/30
+ * One more small fix on 'bSPVanishRate' (hp -> sp) [Komurka]
* Added bSPVanishRate to const.txt - Dark Priest Card should work now ^^
* Implemented bonus2 bSPVanishRate for Dark Priest Card [Komurka]
- it isn't finished - I get '[Warning]: pc_bonus2: unknown type 0 50 10!' ><