summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-19 04:38:21 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-19 04:38:21 +0000
commit69d0bd132e0d7732b2ecb49b71d94721835f29eb (patch)
treeef724844dc423fb692153b7f87403e4969c72981 /Changelog-Trunk.txt
parent28134ba1f33aea49a797f8e3be4aeaae80944231 (diff)
downloadhercules-69d0bd132e0d7732b2ecb49b71d94721835f29eb.tar.gz
hercules-69d0bd132e0d7732b2ecb49b71d94721835f29eb.tar.bz2
hercules-69d0bd132e0d7732b2ecb49b71d94721835f29eb.tar.xz
hercules-69d0bd132e0d7732b2ecb49b71d94721835f29eb.zip
Replaced getmobdata to setmobdata in changelog.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5662 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 815887370..25b8d34ef 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,7 +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/03/18
- * Recoded getmobdata script function. Fixed mob_damage typo sd -> mvp_sd. [Lance]
+ * Recoded setmobdata script function. Fixed mob_damage typo sd -> mvp_sd. [Lance]
* Added 'GetMonsterInfo(MobID,Idx)' script function. [Lupus]
You can get monsters name,level,race, etc by its Id. Check npc\sample\getmonsterinfo.txt
* Fixed warnings on compilers again. [Lance]