From 37e37c14d95a6246f2f3b6965911fcc48d074dd7 Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Sat, 20 Apr 2013 03:34:13 -0300 Subject: Yet another follow up, god almighty damn! Signed-off-by: Matheus Macabu --- src/map/pet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/pet.c b/src/map/pet.c index e7057145d..c94d37c07 100644 --- a/src/map/pet.c +++ b/src/map/pet.c @@ -595,7 +595,7 @@ int pet_menu(struct map_session_data *sd,int menunum) egg_id = itemdb_exists(sd->pd->petDB->EggID); if (egg_id) { if ((egg_id->flag.trade_restriction&0x01) && !pc_inventoryblank(sd)) { - clif_displaymessage(sd->fd, msg_txt(451)); // You can't return your pet because your inventory is full. + clif->message(sd->fd, msg_txt(451)); // You can't return your pet because your inventory is full. return 1; } } -- cgit v1.2.3-70-g09d2