diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-27 21:40:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-27 21:40:58 +0300 |
commit | 815a432c34d1901d14745d8c3386d489abdf3339 (patch) | |
tree | 7dd45b9a16a35451771e883b933e8739b91e5697 /src/net/eathena/sp.h | |
parent | 4b02d01243eeb6b31c57e5220914b9e5e7c7bfe8 (diff) | |
download | ManaVerse-815a432c34d1901d14745d8c3386d489abdf3339.tar.gz ManaVerse-815a432c34d1901d14745d8c3386d489abdf3339.tar.bz2 ManaVerse-815a432c34d1901d14745d8c3386d489abdf3339.tar.xz ManaVerse-815a432c34d1901d14745d8c3386d489abdf3339.zip |
Impliment packet SMSG_MERCENARY_UPDATE 0x02a2.
Diffstat (limited to 'src/net/eathena/sp.h')
-rw-r--r-- | src/net/eathena/sp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/sp.h b/src/net/eathena/sp.h index 7a5e08181..53b12c63f 100644 --- a/src/net/eathena/sp.h +++ b/src/net/eathena/sp.h @@ -101,7 +101,7 @@ namespace Sp MOD_DROP = 126, MOD_DEATH = 127, - SP_MERCFLEE = 165, + MERCFLEE = 165, MERCKILLS = 189, MERCFAITH = 190, |