diff options
Diffstat (limited to 'src')
-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 },
|