From a35502cbef2b563706e3e77a186bd9adc64ded29 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 23 Feb 2006 22:12:51 +0000 Subject: [PATCH] - Forgot to update the changelog... git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5381 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index fd9d5a8779..0b91579bd5 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,11 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS 2006/02/23 + * Added mob skill conditions myhpinrate and friendhpinrate. [Skotlex] + * Added monster_ai condition 16 (enable `friend` targetted skills to heal + oneself) [Skotlex] + * Fixed the shop id not clearing when buying/selling (which made you get + stuck afterwards). [Skotlex] * Modified the way autospells stack to mimic official servers. Cards of the same ID cannot stack, but different cards with the same skill can each trigger indepedently of each other. [Skotlex]