diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-07-31 16:39:33 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-08-01 10:10:19 -0400 |
commit | 4bde7760f12752a385ff065c8d83bc66765b93b8 (patch) | |
tree | 179bcdbe28eeb4e655b7b6f78b9d0e9a735bf071 /src/map/clif.h | |
parent | 71d694baa88d2beb6ec0f89fb2f8b733898acea5 (diff) | |
download | hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.tar.gz hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.tar.bz2 hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.tar.xz hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.zip |
add option to restrict party leader change to same map
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index b34be81a3..ab51de223 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -385,6 +385,7 @@ enum clif_messages { MSG_SECONDS_UNTIL_USE = 0x746, ///< %d seconds left until you can use MSG_NPC_WORK_IN_PROGRESS = 0x783, // FIXME[Haru]: This seems to be 0x784 in the msgstringtable files I found. MSG_REINS_CANT_USE_MOUNTED = 0x78b, // FIXME[Haru]: This seems to be 0x785 in the msgstringtalbe files I found. + MSG_PARTY_LEADER_SAMEMAP = 0x82e, //< It is only possible to change the party leader while on the same map. }; /** |