diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-01 22:42:54 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-01 22:42:54 +0000 |
commit | 08e94d4afdc33e99787b506a9c3fb2d9fd625b32 (patch) | |
tree | 676267fba8e5788109eff7ade47132695173af31 /Changelog-Trunk.txt | |
parent | 83be2ad0b8c0543bc7403a0cc40b5ec1545f3ec2 (diff) | |
download | hercules-08e94d4afdc33e99787b506a9c3fb2d9fd625b32.tar.gz hercules-08e94d4afdc33e99787b506a9c3fb2d9fd625b32.tar.bz2 hercules-08e94d4afdc33e99787b506a9c3fb2d9fd625b32.tar.xz hercules-08e94d4afdc33e99787b506a9c3fb2d9fd625b32.zip |
- Added function clif_changetraplook to handle changing the appearance of traps as they are triggered (rather than using clif_changelook which is meant for view_data objects)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5852 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index ec3fa97a4..b3d27631c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/04/01
+ * Added function clif_changetraplook to handle changing the appearance of
+ traps as they are triggered. Fixes all the nullpos related to trap usage.
+ [Skotlex]
* Fixed berserk not raising your HP to your new cap. [Skotlex]
* Fixed ground-skills not displaying damage done. [Skotlex]
* Fixed a few functions sending a negative ID for disguised characters
|