summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-04 13:34:31 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-04 13:34:31 +0000
commit13371ff777f3509d8e5e02f2080f4692abacd57e (patch)
tree6be2277762d2d0728ee47bffa58e18d103a30562 /Changelog-Trunk.txt
parent37c603ec06e864e0daff41ac5fe67fc005561d70 (diff)
downloadhercules-13371ff777f3509d8e5e02f2080f4692abacd57e.tar.gz
hercules-13371ff777f3509d8e5e02f2080f4692abacd57e.tar.bz2
hercules-13371ff777f3509d8e5e02f2080f4692abacd57e.tar.xz
hercules-13371ff777f3509d8e5e02f2080f4692abacd57e.zip
* Players now are allowed to copy the skills the level which is beyond the skill_db max. [Inkfish]
* Fixed some behaviors for Waterball (bugreport:3024) [Inkfish] - High level Waterball used by players doesn't increase the number of balls. - Monsters can't pull water from cells with Magnetic Earth. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13730 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 cf99d95bf..c77fdceba 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,11 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2009/05/04
* Added the md5() script command. [brianluau]
+ * Now if a dead player is moved for whatever reason, he'll be alive with 1 HP. (bugreport:70) [Inkfish]
+ * Players now are allowed to copy the skills the level which is beyond the skill_db max. [Inkfish]
+ * Fixed some behaviors for Waterball (bugreport:3024) [Inkfish]
+ - High level Waterball used by players doesn't increase the number of balls.
+ - Monsters can't pull water from cells with Magnetic Earth.
2009/05/03
* Updated item_db.sql and mob_db.sql from recent changes to both. Thanks to Peter once again! [Jguy]
* Do not log damage if it's done by mob itself (bugreport:2933) [Inkfish]