summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-26 18:22:24 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-26 18:22:24 +0000
commit139ff53fe22105fb2a088e919f93bdb5369e9c49 (patch)
tree0bf96949db2a30832e9b1c1a75e5227915be83c1 /Changelog-Trunk.txt
parent69078cf4085badd9215003f4ff71b987dfd134f5 (diff)
downloadhercules-139ff53fe22105fb2a088e919f93bdb5369e9c49.tar.gz
hercules-139ff53fe22105fb2a088e919f93bdb5369e9c49.tar.bz2
hercules-139ff53fe22105fb2a088e919f93bdb5369e9c49.tar.xz
hercules-139ff53fe22105fb2a088e919f93bdb5369e9c49.zip
- Added battle_get_master which returns the master bl of a given object.
- Recoded battle_check_target to use battle_get_master, the src/target switch has been split into two, so that actual target and master target are seperately treated (same for source). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7897 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index e834882b4..8566a2d46 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,11 @@ 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/07/26
+ * Added battle_get_master which returns the master bl of a given object.
+ [Skotlex]
+ * Recoded battle_check_target to use battle_get_master, the src/target
+ switch has been split into two, so that actual target and master target are
+ seperately treated (same for source). [Skotlex]
* Added support for "sc_end -1" which will clear all status changes. Added
the constant SC_ALL so you can use in scripts "sc_end SC_ALL;" instead.
[Skotlex]