Changeset 24 for src/map/atcommand.c
- Timestamp:
- 07/07/08 22:48:26 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
src/map/atcommand.c
r19 r24 1263 1263 { "supernovice", 23 }, 1264 1264 { "gunslinger", 24 }, 1265 { "gunner", 24 }, 1266 { "ninja", 25 }, 1265 1267 { "adept", 30 },//New job classes [Brainstorm] 1266 1268 { "necromancer", 31 }, 1267 1269 { "necro", 31 }, 1268 1270 { "warlock", 32 }, 1269 { "gunner", 24 },1270 { "ninja", 25 },1271 1271 { "high novice", 4001 }, 1272 1272 { "swordsman high", 4002 }, … … 7818 7818 { 7819 7819 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; 7823 7823 } 7824 7824 7825 7825 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 } 7831 7829 /*========================================== 7832 7830 * Barricade Build … … 8592 8590 { "killbarricade", 60, atcommand_barricade_destroy }, 8593 8591 //Vanaheim Commands 8594 { "showsummon", 8592 { "showsummon", 0, atcommand_showsummon}, //Brainstorm 8595 8593 }; 8596 8594