summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 12:10:53 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 12:10:53 +0000
commitb7c32095864ed8ac2547507ccbe0f5eacf11664a (patch)
tree960ff64937df2bea2288f84b290b31e60ff90f0b /Changelog-Trunk.txt
parent084f3b9931895aa6c7665e61617f170c9c053afd (diff)
downloadhercules-b7c32095864ed8ac2547507ccbe0f5eacf11664a.tar.gz
hercules-b7c32095864ed8ac2547507ccbe0f5eacf11664a.tar.bz2
hercules-b7c32095864ed8ac2547507ccbe0f5eacf11664a.tar.xz
hercules-b7c32095864ed8ac2547507ccbe0f5eacf11664a.zip
* Experimental npc_event_doall_sub with queue and npc_id allocation when needed.
* Added warnings to npc_scriptcont for easier debugging. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6106 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 7dc1bea46..9f1d1b499 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,13 +5,16 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/04/16
* Fixed wrong check of Deluge + Suiton which broke the water-requirement
- check for skills. [Skotlex\
+ check for skills. [Skotlex]
* Cleared ud->target on remove-map, it should fix the phantom mob sprite
issue. [Skotlex]
* Temperory fixed compiler warnings/errors. Please compile before commiting.
[Lance]
* Added pcre3.dll, zlib1.dll and libmysql.dll. DO NOT DELETE THEM.
(Required by systems without these DLLs preinstalled) [Lance]
+ * Experimental npc_event_doall_sub with queue and npc_id allocation when needed.
+ [Lance]
+ * Added warnings to npc_scriptcont for easier debugging. [Lance]
2006/04/15
* Fixed upgrade_svn5902.sql, thanks to Koshiro for pointing it out.