summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-04-19 22:23:43 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-04-19 22:23:43 -0300
commitd8d392b0a37c122b303d04e92ebc7fb826e53bce (patch)
tree97bd1b0b45cb21d56459ed03d5bd98e15d72880b /src/map
parent0a671eff2ed01610d05e60529fbcc5be440189dc (diff)
downloadhercules-d8d392b0a37c122b303d04e92ebc7fb826e53bce.tar.gz
hercules-d8d392b0a37c122b303d04e92ebc7fb826e53bce.tar.bz2
hercules-d8d392b0a37c122b303d04e92ebc7fb826e53bce.tar.xz
hercules-d8d392b0a37c122b303d04e92ebc7fb826e53bce.zip
Little something I left over...
Diffstat (limited to 'src/map')
-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 930158676..e7057145d 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(sd, 451)); // You can't return your pet because your inventory is full.
+ clif_displaymessage(sd->fd, msg_txt(451)); // You can't return your pet because your inventory is full.
return 1;
}
}