summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorGepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-07 11:08:06 +0000
committerGepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-07 11:08:06 +0000
commit18abe06fb8028743881c54a3092ab24458cd2fdc (patch)
tree117c3b0c3dc45a9a9cfbaf1206c7fb76742af7cc /Changelog-Trunk.txt
parentb6dbb89d9149f4da36c861eb5b74b136aebe3864 (diff)
downloadhercules-18abe06fb8028743881c54a3092ab24458cd2fdc.tar.gz
hercules-18abe06fb8028743881c54a3092ab24458cd2fdc.tar.bz2
hercules-18abe06fb8028743881c54a3092ab24458cd2fdc.tar.xz
hercules-18abe06fb8028743881c54a3092ab24458cd2fdc.zip
'Exp gained' packets are now sent regardless of @showexp. @showexp can be enabled regardless of PACKETVER.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14450 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index c5f2cc069..162598540 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/11/07
+ * 'Exp gained' packets are now sent regardless of @showexp. @showexp can be enabled regardless of PACKETVER. [Gepard]
* Applied clif_equiplist fix by Ai4rei to prevent client crash when equipment is broken/repaired and PACKETVER >= 20100629. Follow-up to r14368. (bugreport:4459) [Gepard]
2010/11/02
* Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. (bugreport:4523) [Paradox924X]