diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-08 17:13:39 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-08 17:13:39 +0000 |
commit | 01a1daae3343e0c993de83e7c38fab6a7f5bf5d4 (patch) | |
tree | 7e0e7ccec5596458330b2a87c7f7f9bb38c1bbda /Changelog-Trunk.txt | |
parent | 89a113a0cf69be3a30d0c2999557ff21c2049d51 (diff) | |
download | hercules-01a1daae3343e0c993de83e7c38fab6a7f5bf5d4.tar.gz hercules-01a1daae3343e0c993de83e7c38fab6a7f5bf5d4.tar.bz2 hercules-01a1daae3343e0c993de83e7c38fab6a7f5bf5d4.tar.xz hercules-01a1daae3343e0c993de83e7c38fab6a7f5bf5d4.zip |
- Fixed the char table having party/guild_id as smallint when they need int there. Thanks to hermematon for pointing it out (use svn_ugprade7580.sql)
- Applied k3dt fixes to pet-hatching, ice-wall check, and wedding skills.
- Fixed endow skills calling the skill no damage packet twice.
- Fixed a crash on warpwaitingpc when the chat-room is empty.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7580 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 8d8ac326d..13ced21f6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,14 @@ 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/07/08
+ * Fixed the char table having party/guild_id as smallint when they need int
+ there. Thanks to hermematon for pointing it out (use svn_ugprade7580.sql)
+ [Skotlex]
+ * Applied k3dt fixes to pet-hatching, ice-wall check, and wedding skills.
+ [Skotlex]
+ * Fixed endow skills calling the skill no damage packet twice. [Skotlex]
+ * Fixed a crash on warpwaitingpc when the chat-room is empty. [Skotlex]
2006/07/07
* Fixed the Warm Skills [Skotlex]
* Removed the debug message when a player logs out and is removed from
|