diff options
author | Haru <haru@dotalux.com> | 2017-10-21 00:15:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 00:15:29 +0200 |
commit | 53b6fbfbcad4624f3efa096cb6ee1a785113dc4b (patch) | |
tree | 66956180b2b4624ae6fb2a01cbdcf7f586a58897 /src/map/clif.h | |
parent | 04f10f3b61044a78e9b3741cecbbdb8cf3a21236 (diff) | |
parent | 4bde7760f12752a385ff065c8d83bc66765b93b8 (diff) | |
download | hercules-53b6fbfbcad4624f3efa096cb6ee1a785113dc4b.tar.gz hercules-53b6fbfbcad4624f3efa096cb6ee1a785113dc4b.tar.bz2 hercules-53b6fbfbcad4624f3efa096cb6ee1a785113dc4b.tar.xz hercules-53b6fbfbcad4624f3efa096cb6ee1a785113dc4b.zip |
Merge pull request #1812 from mekolat/partyleader2
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 ac8cc8d35..73cb72128 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. }; /** |