From a1a607a7df66f104510ed3751fb412ececebf199 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 24 Mar 2006 04:44:42 +0000 Subject: - Fixed a crash in unit_useskill_pos2 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5725 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 1 + src/map/unit.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e0e5323ff..032105267 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,7 @@ 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/03/23 + * Fixed a crash in unit_useskill_pos2 [Skotlex] * Updated mob_db.sql and item_db.sql to current txt versions. [Skotlex] * Fixed Devotion not properly being cleared on death/near death in some cases. [Skotlex] diff --git a/src/map/unit.c b/src/map/unit.c index 4280f9662..1b451e2fe 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -943,7 +943,7 @@ int unit_skilluse_pos2( struct block_list *src, int skill_x, int skill_y, int sk bl.x = skill_x; bl.y = skill_y; if(skill_num != TK_HIGHJUMP && - !battle_check_range(src,&bl,skill_get_range2(&sd->bl, skill_num,skill_lv)+1)) + !battle_check_range(src,&bl,skill_get_range2(src, skill_num,skill_lv)+1)) return 0; unit_stop_attack(src); -- cgit v1.2.3-70-g09d2