From fbf1a94396d200e8ae6e6d0d30e291e95f85cf90 Mon Sep 17 00:00:00 2001 From: rud0lp20 Date: Sun, 29 Jul 2012 14:33:16 +0000 Subject: Fixed some compile warnings.(bugreport:6352, bugreport:6361) Follow up r16520 added some missing entry in packet_db.txt where my patch doesn't include it...XD git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16530 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/homunculus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/homunculus.c') diff --git a/src/map/homunculus.c b/src/map/homunculus.c index 1d7b44168..aaf6dd410 100644 --- a/src/map/homunculus.c +++ b/src/map/homunculus.c @@ -371,7 +371,7 @@ int hom_mutate(struct homun_data *hd, int homun_id) m_class = hom_class2mapid(hd->homunculus.class_); m_id = hom_class2mapid(homun_id); - if( !m_class&HOM_EVO || !m_id&HOM_S ) { + if( !(m_class&HOM_EVO) || !(m_id&HOM_S) ) { clif_emotion(&hd->bl, E_SWT); return 0; } -- cgit v1.2.3-60-g2f50