diff options
author | shennetsind <ind@henn.et> | 2013-05-09 12:59:09 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-09 12:59:09 -0300 |
commit | c95b0cddf7b946631a1cbdad607558b51a25261a (patch) | |
tree | ee65fa60ddeb55a07c22c67b2688e172a5f0b647 /src/map/map.h | |
parent | feba80eb95cdab74ea5bfeef8c9843de55100d98 (diff) | |
download | hercules-c95b0cddf7b946631a1cbdad607558b51a25261a.tar.gz hercules-c95b0cddf7b946631a1cbdad607558b51a25261a.tar.bz2 hercules-c95b0cddf7b946631a1cbdad607558b51a25261a.tar.xz hercules-c95b0cddf7b946631a1cbdad607558b51a25261a.zip |
Added Item #12790
Special Thanks to Yommy~! Thanks <3
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index c7f9949eb..a8ce19713 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -361,6 +361,7 @@ enum _sp { SP_KILLERRID=121, SP_KILLEDRID=122, SP_SLOTCHANGE=123, + SP_CHARRENAME=124, // Mercenaries SP_MERCFLEE=165, SP_MERCKILLS=189, SP_MERCFAITH=190, |