diff options
author | Haru <haru@dotalux.com> | 2017-04-25 16:17:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 16:17:10 +0200 |
commit | 89ffb3db746b016ea1cc12ef2f148152ed280172 (patch) | |
tree | 8b537619dd8b5b8add45b99dc5e36433a49eab3b /conf | |
parent | bef73e430775667740df6f3db25bb810ac50c31b (diff) | |
parent | e4d0e0553249ee7f6454497b79b093f1acbb611b (diff) | |
download | hercules-89ffb3db746b016ea1cc12ef2f148152ed280172.tar.gz hercules-89ffb3db746b016ea1cc12ef2f148152ed280172.tar.bz2 hercules-89ffb3db746b016ea1cc12ef2f148152ed280172.tar.xz hercules-89ffb3db746b016ea1cc12ef2f148152ed280172.zip |
Merge pull request #1694 from Jedzkie/6-NPCWorkInProgressFix
Added the correct PACKETVER Date for MSG_NPC_WORK_IN_PROGRESS message.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/messages.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index 3cebc4173..768bee777 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -73,7 +73,8 @@ 45: Guild level change failed. 46: %s recalled! 47: Base level can't go any higher. -//48-52 FREE +48: Any work in progress (NPC dialog, manufacturing ...) quit and try again. +//49-52 FREE 53: '%s' stats: 54: No player found in map '%s'. 55: 1 player found in map '%s'. |