summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-04-20 03:34:13 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-04-20 03:34:13 -0300
commit37e37c14d95a6246f2f3b6965911fcc48d074dd7 (patch)
tree9d2f2a451a9d3d7ee1fb272d9d7676e0207b3586 /src
parentd8d392b0a37c122b303d04e92ebc7fb826e53bce (diff)
downloadhercules-37e37c14d95a6246f2f3b6965911fcc48d074dd7.tar.gz
hercules-37e37c14d95a6246f2f3b6965911fcc48d074dd7.tar.bz2
hercules-37e37c14d95a6246f2f3b6965911fcc48d074dd7.tar.xz
hercules-37e37c14d95a6246f2f3b6965911fcc48d074dd7.zip
Yet another follow up, god almighty damn!
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/map/pet.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}