diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-05 19:27:00 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-05 19:27:00 +0000 |
commit | 227241c01c9b1a8f22bd75f670c8d97c273a1e9b (patch) | |
tree | f8a9e12d8b1bac9b4410830b84a67cd196bf5a1c /Changelog-Trunk.txt | |
parent | 7e0f93b9fc2b11674d6488b5fd10e638552209ce (diff) | |
download | hercules-227241c01c9b1a8f22bd75f670c8d97c273a1e9b.tar.gz hercules-227241c01c9b1a8f22bd75f670c8d97c273a1e9b.tar.bz2 hercules-227241c01c9b1a8f22bd75f670c8d97c273a1e9b.tar.xz hercules-227241c01c9b1a8f22bd75f670c8d97c273a1e9b.zip |
- Added a define list for weapon types in pc.h
- Cleaned up pc_checkallowskill and moved the Gatling fever check to it.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5912 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 92257080a..74b7b5479 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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.
2006/04/05
+ * Added a define list for weapon types in pc.h [Skotlex]
+ * Cleaned up pc_checkallowskill and moved the Gatling fever check to it.
+ [Skotlex]
* Some cleanup of clif_parseloadendack, fixed guild-member list being sent
on all map-changes. [Skotlex]
* Removed the hardcoded removal of characters who spawn in a castle. All
|