diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-08 16:05:20 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-08 16:05:20 +0000 |
commit | 24f1e9e8b1865f47475d32214bcaa039a79a5df2 (patch) | |
tree | c63d5930dd96beed7f79674284f3b022bc3ef745 /Changelog-Trunk.txt | |
parent | 80de35a12f4da3003c7e4c8f63bbc72b075baa0f (diff) | |
download | hercules-24f1e9e8b1865f47475d32214bcaa039a79a5df2.tar.gz hercules-24f1e9e8b1865f47475d32214bcaa039a79a5df2.tar.bz2 hercules-24f1e9e8b1865f47475d32214bcaa039a79a5df2.tar.xz hercules-24f1e9e8b1865f47475d32214bcaa039a79a5df2.zip |
- Updated some Guild WoE rules to behave as explained here: http://www.eathena.ws/board/index.php?showtopic=146581
- Removed the nosave mapflags from the Guild Castles, as per the previously linked topic.
- Added some missing map_freeblock_lock calls to castend_pos and castend_id functions to prevent (rather unlikely) dangling pointer crashes.
- Improved the debug message when the npc_scriptcont npc IDs don't match.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10187 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e080546c1..34c1dc324 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,7 +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/04/09 + * Updated some Guild WoE rules to behave as explained here: + http://www.eathena.ws/board/index.php?showtopic=146581 [Skotlex] 2007/04/08 * Fixed the platform-specific stricmp compilation problem * Fixed inverted vending tax equation (!) and made it more precise |