summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-11-12 08:08:19 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-11-12 08:08:19 +0000
commitcef84b99cace2357a872ac2939f62ce08f916318 (patch)
treeaeedbcec13042d63bd2425c63ec856d3e40b9e11 /Changelog-Trunk.txt
parentb14078da1a3de5447a158cbfab324512e158b9b6 (diff)
downloadhercules-cef84b99cace2357a872ac2939f62ce08f916318.tar.gz
hercules-cef84b99cace2357a872ac2939f62ce08f916318.tar.bz2
hercules-cef84b99cace2357a872ac2939f62ce08f916318.tar.xz
hercules-cef84b99cace2357a872ac2939f62ce08f916318.zip
* Fixed npc class HIDDEN_WARP_NPC (139) being sent to the client, causing client crashes in poring war. It's a server-side "sprite" only.
- Updated Aegis NPC ID constants from current npcidentity.lub (569~603). - Reintroduced HIDDEN_WARP_NPC script constant, which was removed by accident (since r14679). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14993 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 6f7870074..1674699a2 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,9 @@
Date Added
+2011/11/12
+ * Fixed npc class HIDDEN_WARP_NPC (139) being sent to the client, causing client crashes in poring war. It's a server-side "sprite" only. [Ai4rei]
+ - Updated Aegis NPC ID constants from current npcidentity.lub (569~603).
+ - Reintroduced HIDDEN_WARP_NPC script constant, which was removed by accident (since r14679).
2011/11/03
* Organized items in VS2010 projects into groups like in other projects (follow up to r14562). [Ai4rei]
2011/10/28