diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-04-19 22:16:23 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-04-19 22:16:23 -0300 |
commit | 0a671eff2ed01610d05e60529fbcc5be440189dc (patch) | |
tree | 45e8f221896223d714bb09541ee590a93b653ae8 /conf | |
parent | 904caf6f8c77f50f7d89725cec7b8bc200406ae5 (diff) | |
download | hercules-0a671eff2ed01610d05e60529fbcc5be440189dc.tar.gz hercules-0a671eff2ed01610d05e60529fbcc5be440189dc.tar.bz2 hercules-0a671eff2ed01610d05e60529fbcc5be440189dc.tar.xz hercules-0a671eff2ed01610d05e60529fbcc5be440189dc.zip |
* Partial fix for bugreport:1222, if you have a pet and the pet egg is flagged as non-droppable and your inventory is full and you try to return the pet to the egg, the egg would drop; now you won't be able to return the pet to the egg.
* Fix for @item, if you use an egg id it would create it regardless of your inventory limit, dropping the item if your inventory is full; now it won't create the egg.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/messages.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index e1a122fc6..823a6eb65 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -443,6 +443,9 @@ // Homunculus messages 450: You already have a homunculus +// Return pet to egg message +451: You can't return your pet because your inventory is full. + // Messages of others (not for GM commands) // ---------------------------------------- |