summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-11 17:25:49 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-11 17:25:49 +0000
commit45edb97481f5bf680311121db4b33bb00a07a081 (patch)
treedd7dfaa95e786340520fe9161a9fcf0aa87162d4 /Changelog-Trunk.txt
parentb57366763f2d0900404ea045dd1208f077c0c2c3 (diff)
downloadhercules-45edb97481f5bf680311121db4b33bb00a07a081.tar.gz
hercules-45edb97481f5bf680311121db4b33bb00a07a081.tar.bz2
hercules-45edb97481f5bf680311121db4b33bb00a07a081.tar.xz
hercules-45edb97481f5bf680311121db4b33bb00a07a081.zip
- Corrected /invite letting you invite people even if you are not the party leader.
- Added some reply messages when you try /invite and a. the character is not found or b. you are not the party leader. - Added a check so that the 'save on crash' routine won't get stuck if it happens to crash while attempting to save characters. - People in chat-rooms no longer receive @main messages. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11179 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 9b57bba16..c586594d9 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,14 @@ 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.
2007/09/10
+ * Corrected /invite letting you invite people even if you are not the party
+ leader.
+ * Added some reply messages when you try /invite and a. the character is
+ not found or b. you are not the party leader.
+ * Added a check so that the 'save on crash' routine won't get stuck if it
+ happens to crash while attempting to save characters.
+ * People in chat-rooms no longer receive @main messages. [Skotlex]
+2007/09/10
* Added a safeguard to skill_get_unit_layout() against incorrectly
defined layout ids (will give weird results but won't crash at least)
* Fixed Firewall/Icewall being oriented backwards (no real difference..)