diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 14:27:17 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 14:27:17 +0000 |
commit | f49effe3403a77b3fb69078465a2906836547041 (patch) | |
tree | 7073c6a028721f9edae7ecd126344a3440f007d5 /Changelog-Trunk.txt | |
parent | 9575f26807e2e508af9108d3c69c0e332a7f61cc (diff) | |
download | hercules-f49effe3403a77b3fb69078465a2906836547041.tar.gz hercules-f49effe3403a77b3fb69078465a2906836547041.tar.bz2 hercules-f49effe3403a77b3fb69078465a2906836547041.tar.xz hercules-f49effe3403a77b3fb69078465a2906836547041.zip |
- Updated battle_check_target so that all alchemist summoned mobs can be target by everyone.
- Cleaned up skill_check_condition_mob_master_sub, it will now count both total number of summoned mobs and amount that belong to the same type.
- Corrected AM_CANNIBALIZE so it will fail if you already have plants of another type out.
- Using NPC_SELFDESTRUCTION no longer will make the caster stop walking.
- Removed SI_GUILDAURA, and replaced it with SI_LANDENDOW, now Volcano/Deluge/V. Gale will get that funky icon instead.
- Changed clif_hominfo to receive both sd and hd as parameters
- Some redundancy cleaning in mercenary.c
- Moved updating of sd->mercenary.hp from merc_damage to pc_makesavestatus.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8048 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 3e600b872..c8b112f94 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,22 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2006/08/02
+ * Updated battle_check_target so that all alchemist summoned mobs can be
+ target by everyone. [Skotlex]
+ * Cleaned up skill_check_condition_mob_master_sub, it will now count both
+ total number of summoned mobs and amount that belong to the same type.
+ [Skotlex]
+ * Corrected AM_CANNIBALIZE so it will fail if you already have plants of
+ another type out. [Skotlex]
+ * Using NPC_SELFDESTRUCTION no longer will make the caster stop walking.
+ [Skotlex]
+ * Removed SI_GUILDAURA, and replaced it with SI_LANDENDOW, now
+ Volcano/Deluge/V. Gale will get that funky icon instead. [Skotlex]
+ * Changed clif_hominfo to receive both sd and hd as parameters
+ * Some redundancy cleaning in mercenary.c [Skotlex]
+ * Moved updating of sd->mercenary.hp from merc_damage to pc_makesavestatus.
+ [Skotlex]
2006/08/01
* Miscellanous fixes which make the Marine Sphere self destruction work as
best as I can. It only has one flaw: It self-destructs instantly after
|