diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-02 00:30:24 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-02 00:30:24 +0000 |
commit | d913e1ac5c1a6ccd96732fa6f9f4123e1f5f3dbd (patch) | |
tree | 3c24f83ad4bab2c527ce434891f0dcaab3b535b8 /Changelog-Trunk.txt | |
parent | c253ebc35ad9ff85631e2c35a968b6001856479b (diff) | |
download | hercules-d913e1ac5c1a6ccd96732fa6f9f4123e1f5f3dbd.tar.gz hercules-d913e1ac5c1a6ccd96732fa6f9f4123e1f5f3dbd.tar.bz2 hercules-d913e1ac5c1a6ccd96732fa6f9f4123e1f5f3dbd.tar.xz hercules-d913e1ac5c1a6ccd96732fa6f9f4123e1f5f3dbd.zip |
* Workround the warnings for clif.c (what to do? the original codes are ugly.. passing values as pointers omgwtfbbq).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5856 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 2a8700c1e..9a048316e 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ 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.
+2006/04/02
+ * Workround the warnings for clif.c (what to do? the original codes are ugly.. passing
+ values as pointers omgwtfbbq). [Lance]
+
2006/04/01
* Added a exp-even-share check when someone leaves a party. [Skotlex]
* Added function clif_changetraplook to handle changing the appearance of
|