summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-09 16:08:57 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-09 16:08:57 +0000
commitaae1026c0336f9bd280ac0d5cc8d523004adad21 (patch)
tree767ba83360a7905a082891587f7d6e3e0615dad0 /Changelog-Trunk.txt
parentf0c32d2e085bb1d850e283f3d93dbce3bf523cd2 (diff)
downloadhercules-aae1026c0336f9bd280ac0d5cc8d523004adad21.tar.gz
hercules-aae1026c0336f9bd280ac0d5cc8d523004adad21.tar.bz2
hercules-aae1026c0336f9bd280ac0d5cc8d523004adad21.tar.xz
hercules-aae1026c0336f9bd280ac0d5cc8d523004adad21.zip
- corrected duration of sphere mines to be 30 secs regardless of skill level
- Corrected duel_count/duel_list (you DON'T place variables in a .h file! That is what 'extern' is for) - Script command warpportal now places a warp in its initial state (as if a real warp portal was casted) - Updated dispell to also not remove the following effects: Hindsight, Inc Hit/Atk Rate (NPC_POWERUP), Nen, TK stances and tumble, warm and speedup1 (the other speed potion) - Chase-walking characters can now loot. - Hiding characters can't drop items now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12036 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9000eafff..bd71f0330 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,14 @@ 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.
+2008/01/09
+ * Script command warpportal now places a warp in its initial state (as if a
+ real warp portal was casted).
+ * Updated dispell to also not remove the following effects: Hindsight, Inc
+ Hit/Atk Rate (NPC_POWERUP), Nen, TK stances and tumble, warm and speedup1
+ (the other speed potion).
+ * Chase-walking characters can now loot.
+ * Hiding characters can't drop items now. [Skotlex]
2008/01/08
* Added missing session auth checks to charserver. [ultramage]
Packets from non-authed clients will now be discarded.