- Fixed the compilation error. Gee, how did that slipped by...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6315 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-04-27 14:43:55 +00:00
parent 3caf2d4406
commit fc449ba30f

View File

@ -4404,7 +4404,7 @@ int clif_skill_damage2(struct block_list *src,struct block_list *dst,
WBUFW(buf,24)=dst->x;
WBUFW(buf,26)=dst->y;
if (battle_config.hide_woe_damage && map_flag_gvg(src->m)) {
WBUFW(buf,28)=-1
WBUFW(buf,28)=-1;
} else {
WBUFW(buf,28)=damage;
}