diff options
-rw-r--r-- | src/map/homunculus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c index d6832e84a..fc2e4b0ca 100644 --- a/src/map/homunculus.c +++ b/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;
|