diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-08 18:45:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-08 18:45:51 +0000 |
commit | 7a308b07b92f9aa82b0e3d8dc987d69f3535b7e2 (patch) | |
tree | 2b7f00c9f373b187f821c63127187120770f66f1 /Changelog-Trunk.txt | |
parent | 9e9b198e6d0b810fa52f888b32653b5370fe65b3 (diff) | |
download | hercules-7a308b07b92f9aa82b0e3d8dc987d69f3535b7e2.tar.gz hercules-7a308b07b92f9aa82b0e3d8dc987d69f3535b7e2.tar.bz2 hercules-7a308b07b92f9aa82b0e3d8dc987d69f3535b7e2.tar.xz hercules-7a308b07b92f9aa82b0e3d8dc987d69f3535b7e2.zip |
- Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting.
- Updated pc_authok to initialize all mob_hate vars to -1
- Updated clif_hate_mob to receive the hate-type instead of skill-lv.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8680 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 64e36712a..a44c31489 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ 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/09/08
+ * Cleaned up SG_HATE, hope it works now. [Skotlex]
* Removed sg_miracle_skill_duration, replaced it with
sg_miracle_skill_min_duration and sg_miracle_skill_max_duration, to specify
a range for the duration of the skill. [Skotlex]
|