- Fixed song/dance/encore cells not being placed down when casted on top of a land Protector.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9111 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-10-31 19:57:58 +00:00
parent 3db5a31015
commit b13e3bb15c
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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;