diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-07 17:08:41 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-07 17:08:41 +0000 |
commit | 658addc52cb60ef2a04f79d6f7d2af7ddc82d83f (patch) | |
tree | 49f240977667ff72d7d2be778133a743612d89b6 /src/map | |
parent | 32822845ab08504aa6069edf5c7fb46f2563ec7d (diff) | |
download | hercules-658addc52cb60ef2a04f79d6f7d2af7ddc82d83f.tar.gz hercules-658addc52cb60ef2a04f79d6f7d2af7ddc82d83f.tar.bz2 hercules-658addc52cb60ef2a04f79d6f7d2af7ddc82d83f.tar.xz hercules-658addc52cb60ef2a04f79d6f7d2af7ddc82d83f.zip |
@job ninja/gunslinger. you need latest exe
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5485 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/atcommand.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index b30438975..d517cc9e6 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -2217,6 +2217,9 @@ int atcommand_jobchange( { "dancer", 20 },
{ "super novice", 23 },
{ "supernovice", 23 },
+ { "gunslinger", 24 },
+ { "gunner", 24 },
+ { "ninja", 25 },
{ "high novice", 4001 },
{ "swordsman high", 4002 },
{ "mage high", 4003 },
|