From caa61776b9b530bacc602e6aabe50997544c7d12 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 31 Oct 2006 19:57:58 +0000 Subject: - Fixed song/dance/encore cells not being placed down when casted on top of a land Protector. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9111 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 2 ++ src/map/skill.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index ffb236b8c..29cadce01 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2006/10/31 + * Fixed song/dance/encore cells not being placed down when casted on top of + a land Protector. [Skotlex] * Update homunc's speed when master's speed changes, should avoid homunc's speed = 0 on login (homunc's stats are calculated before master's stats) [Toms] * When Kaizel (or super novice rebirth skill) triggers, you get debuffed diff --git a/src/map/skill.c b/src/map/skill.c index b5e5dd31c..b11ae6dde 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -9333,7 +9333,7 @@ int skill_landprotector (struct block_list *bl, va_list ap) break; } if (unit->group->skill_id == SA_LANDPROTECTOR && - !(skill_get_inf2(skillid)&(UF_DANCE|UF_SONG|UF_ENSEMBLE))) + !(skill_get_unit_flag(skillid)&(UF_DANCE|UF_SONG|UF_ENSEMBLE))) { //It deletes everything except songs/dances/encores. (*alive) = 0; return 1; -- cgit v1.2.3-70-g09d2