summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-05-19 16:18:38 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-05-19 16:18:38 +0000
commite2a27e6fbc71a4f5001d6d314c383ba001b02148 (patch)
tree320730be601afb3216f149f80a2a47bc3a8afd8d /ChangeLog
parent25ae0888d39ff370bfe8fa3f4f5eb572dbbe59ec (diff)
downloadmana-client-e2a27e6fbc71a4f5001d6d314c383ba001b02148.tar.gz
mana-client-e2a27e6fbc71a4f5001d6d314c383ba001b02148.tar.bz2
mana-client-e2a27e6fbc71a4f5001d6d314c383ba001b02148.tar.xz
mana-client-e2a27e6fbc71a4f5001d6d314c383ba001b02148.zip
Added the possibility to add particle effects to NPCs in npcs.xml.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a49be8b..b25b1e9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* src/net/beinghandler.cpp: Implemented interpretation of names for
NPCs and monsters.
+ * src/npc.cpp, src/resources/npcdb.cpp, src/resources/npcdb.hpp: Added the
+ possibility to add particle effects to NPCs in npcs.xml.
2008-05-16 David Athay <ko2fan@gmail.com>