summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-15 15:05:11 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-15 15:05:11 +0000
commit0aac9d598500a6aadabd1cfb0a9904b877bd5393 (patch)
treeae8e37f7b1ad958e344277dce7e6788c09aa480a /Changelog-Trunk.txt
parent6bec408e8f75856b0bf17577dc1b1df4e22a5257 (diff)
downloadhercules-0aac9d598500a6aadabd1cfb0a9904b877bd5393.tar.gz
hercules-0aac9d598500a6aadabd1cfb0a9904b877bd5393.tar.bz2
hercules-0aac9d598500a6aadabd1cfb0a9904b877bd5393.tar.xz
hercules-0aac9d598500a6aadabd1cfb0a9904b877bd5393.zip
* Manner system fixing
- better-than-aegis 'red bubble' packet updates; now it shows correctly - added support for /rc, which is basically mute for 60 minutes - fixed typo in r12076 making gm-mute start on the gm instead of target - fixed @mute not ending the status properly when using negative values - adde missing clif_manner_message(), sends info about manner updates git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12079 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9590d788f..abcf33f7f 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,13 @@ 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.
+2008/01/15
+ * Manner system fixing [ultramage]
+ - better-than-aegis 'red bubble' packet updates; now it shows correctly
+ - added support for /rc, which is basically mute for 60 minutes
+ - fixed typo in r12076 making gm-mute start on the gm instead of target
+ - fixed @mute not ending the status properly when using negative values
+ - adde missing clif_manner_message(), sends info about manner updates
2008/01/14
* Fixed missing mob_spawn call, which was making CR_CULTIVATION not
actually spawn the plant. [Skotlex]