diff options
author | Emistry Haoyan <equinox1991@gmail.com> | 2019-10-02 21:11:04 +0800 |
---|---|---|
committer | Emistry Haoyan <equinox1991@gmail.com> | 2019-10-05 03:16:02 +0800 |
commit | d37c71dda283597976715e9ff76c5ba8e865e8b0 (patch) | |
tree | 95a00606ecd8ce76d5192ea059261354e1edd9b0 /conf | |
parent | d026e28fd78f60dfa21da381f17f2a8cc9ae3d11 (diff) | |
download | hercules-d37c71dda283597976715e9ff76c5ba8e865e8b0.tar.gz hercules-d37c71dda283597976715e9ff76c5ba8e865e8b0.tar.bz2 hercules-d37c71dda283597976715e9ff76c5ba8e865e8b0.tar.xz hercules-d37c71dda283597976715e9ff76c5ba8e865e8b0.zip |
Update dropall atcommand
- The correct amount of dropped items should be displayed.
- Included skipped amount.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/messages.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index f616335fa..817d42c9c 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1574,7 +1574,7 @@ // @dropall 1500: Usage: @dropall {<type>} 1501: Type List: (default) all = -1, healing = 0, usable = 2, etc = 3, weapon = 4, armor = 5, card = 6, petegg = 7, petarmor = 8, ammo = 10, delayed-consumable = 11, cash = 18 -1502: %d items are dropped! +1502: %d items are dropped (%d skipped)! // @refine - Part 2 1503: %d: Costume Headgear (Top) |