From 0f3b72dbe3014cefdc6398a54e3cef2a767859c6 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sun, 21 Sep 2008 13:03:29 +0000 Subject: Corrected Offensive Res using Turn Undead cast time. (bugreport:1704) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13225 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 2 ++ src/map/unit.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 6baf24977..70c7ec257 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2008/09/11 + * Rev. 13225 Corrected Offensive Res using Turn Undead cast time. (bugreport:1704) [L0ne_W0lf] 2008/09/11 * Rev. 13204 Made the mail check on login read from msg_athena.conf. [L0ne_W0lf] 2008/09/09 diff --git a/src/map/unit.c b/src/map/unit.c index daa96819f..bb1a02514 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -987,7 +987,7 @@ int unit_skilluse_id2(struct block_list *src, int target_id, short skill_num, sh case ALL_RESURRECTION: if(battle_check_undead(tstatus->race,tstatus->def_ele)) { temp = 1; - casttime = skill_castfix(src, PR_TURNUNDEAD, skill_lv); + casttime = skill_castfix(src, ALL_RESURRECTION, skill_lv); } else if (!status_isdead(target)) return 0; //Can't cast on non-dead characters. break; -- cgit v1.2.3-70-g09d2