summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-10 22:11:43 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-10 22:11:43 +0000
commit8f03106eccfbf42b72a86c2834aff994a7a58a2a (patch)
tree22701d6652d99abcc7ef3c6da8da52babd3a2f96 /Changelog-Trunk.txt
parenta4bb0c3ad6d6ba04cfe3f142da460bcf836e069f (diff)
downloadhercules-8f03106eccfbf42b72a86c2834aff994a7a58a2a.tar.gz
hercules-8f03106eccfbf42b72a86c2834aff994a7a58a2a.tar.bz2
hercules-8f03106eccfbf42b72a86c2834aff994a7a58a2a.tar.xz
hercules-8f03106eccfbf42b72a86c2834aff994a7a58a2a.zip
* Partially removed the usage of 'flags' to direct the execution path in skill unit code (some people seem to really like flags >_>)
- wiped out r8478 and its multiple levels of useless flag propagation - skill_unit_onlimit (expiration) no longer executes in skill_delunit - added skill_unit_ondelete for proper handling of this event git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11399 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 977bd8f47..283d24e9e 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -7,6 +7,11 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
* Fixed itemdb_read_sqldb blowing up the server with segmentation faults.
* Added an option for parse_script to ignore the checks for the set of
brackets around the script. [FlavioJS]
+ * Partially removed the usage of 'flags' to direct the execution path
+ in skill unit code (some people seem to really like flags >_>)
+ - wiped out r8478 and its multiple levels of useless flag propagation
+ - skill_unit_onlimit (expiration) no longer executes in skill_delunit
+ - added skill_unit_ondelete for proper handling of this event
* Removed 'into_abyss' effect on traps; tests show that it works ONLY
for Gemstones (tho' iRO website claims otherwise) - bugreport:171
- corrected code that was exploiting the flag as an 'expired' trap flag