diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-17 23:08:19 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-17 23:08:19 +0000 |
commit | 92af24a6cad29368bef742c612700496238a7113 (patch) | |
tree | eee91eaa0e99a2598d23d7db490b2f69cadf5cb7 /Changelog-Trunk.txt | |
parent | bd87659caaefbea725a7f87b874be016259da11b (diff) | |
download | hercules-92af24a6cad29368bef742c612700496238a7113.tar.gz hercules-92af24a6cad29368bef742c612700496238a7113.tar.bz2 hercules-92af24a6cad29368bef742c612700496238a7113.tar.xz hercules-92af24a6cad29368bef742c612700496238a7113.zip |
Fixed a typo from r9778, allowing non-gm chars to use /kick
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9875 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7406583cb..175087d9d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ 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. +2007/02/17 + * Fixed a typo from r9778, allowing non-gm chars to use /kick [ultramage] + 2007/02/16 * Fixed the structure of packet 0x6d (new char info). It's the same as the one used for packet 0x6b (chars info). [FlavioJS] @@ -34,8 +37,6 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. decimals get discarded on level up (so the real minimum/maximum displayed was off). 2007/02/13 - * Reverted some mobdb lines - * Cleaned up clif_party_info's interface a bit [ultramage] * Applied Rayce's dangling pointer fix when returning a temporary npc string variable (those starting with .@) * Required Weapon, ammo, and skill state are now only checked on begin |