Changeset 24 for src/map/atcommand.c

Show
Ignore:
Timestamp:
07/07/08 22:48:26 (17 years ago)
Author:
jinshiro
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/map/atcommand.c

    r19 r24  
    12631263                        { "supernovice",        23 }, 
    12641264                        { "gunslinger", 24 }, 
     1265                        { "gunner",     24 }, 
     1266                        { "ninja",      25 }, 
    12651267                        { "adept",      30 },//New job classes [Brainstorm] 
    12661268                        { "necromancer",        31 }, 
    12671269                        { "necro",      31 }, 
    12681270                        { "warlock",    32 }, 
    1269                         { "gunner",     24 }, 
    1270                         { "ninja",      25 }, 
    12711271                        { "high novice",        4001 }, 
    12721272                        { "swordsman high",     4002 }, 
     
    78187818{ 
    78197819        if (sd->state.showsummon) { 
    7820         sd->state.showsummon = 0; 
    7821         clif_displaymessage(fd, "Summon Stats will not be shown."); 
    7822         return 0; 
     7820                sd->state.showsummon = 0; 
     7821                clif_displaymessage(fd, "Summon Stats will not be shown."); 
     7822                return 0; 
    78237823        } 
    78247824 
    78257825        sd->state.showsummon = 1; 
    7826         clif_displaymessage(fd, "Summon Stats are now shown."); 
    7827         return 0; 
    7828 } 
    7829  
    7830  
     7826        clif_displaymessage(fd, "Summon Stats is now shown."); 
     7827        return 0; 
     7828} 
    78317829/*========================================== 
    78327830 * Barricade Build 
     
    85928590        { "killbarricade",     60,     atcommand_barricade_destroy }, 
    85938591        //Vanaheim Commands 
    8594         { "showsummon",  0, atcommand_showsummon}, //Brainstorm 
     8592        { "showsummon",        0, atcommand_showsummon}, //Brainstorm 
    85958593}; 
    85968594