瀏覽代碼

Fixed a compilation problem caused by r13123.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13125 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage 16 年之前
父節點
當前提交
71a1081f70
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/map/homunculus.c

+ 1 - 2
src/map/homunculus.c

@@ -509,8 +509,7 @@ static int merc_hom_hungry(int tid, unsigned int tick, int id, intptr data)
 		clif_emotion(&hd->bl, 20) ;	//hmm
 	} else if(hd->homunculus.hunger == 75) {
 		clif_emotion(&hd->bl, 33) ;	//ok
-	} else
-		talk = false;
+	}
 
 	if(hd->homunculus.hunger < 0) {
 		hd->homunculus.hunger = 0;