summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 14:57:54 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 14:57:54 +0000
commit4ea6ee8aebe0a756ea0bbbc0a33e77faadacdf17 (patch)
treeec76c5f4efc1f9719ba83845c75b47371a11f367 /Changelog-Trunk.txt
parent2a5e9a504131fb04eb8ffcb6b11a2528a5825dc2 (diff)
downloadhercules-4ea6ee8aebe0a756ea0bbbc0a33e77faadacdf17.tar.gz
hercules-4ea6ee8aebe0a756ea0bbbc0a33e77faadacdf17.tar.bz2
hercules-4ea6ee8aebe0a756ea0bbbc0a33e77faadacdf17.tar.xz
hercules-4ea6ee8aebe0a756ea0bbbc0a33e77faadacdf17.zip
* Sending fake npc for inputs and menus for NPC without map coordinates.
* Fixed npc.h compiler warnings. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6112 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 3abd48fed..2567114d7 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -16,6 +16,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
[Lance]
* Added warnings to npc_scriptcont for easier debugging. [Lance]
* Missing lines in npc_parse_script! [Lance]
+ * Sending fake npc for inputs and menus for NPC without map coordinates. [Lance]
2006/04/15
* Fixed upgrade_svn5902.sql, thanks to Koshiro for pointing it out.