diff options
author | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 20:11:23 +0000 |
---|---|---|
committer | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 20:11:23 +0000 |
commit | bb83a7c114c17b67e9209fcda27b125192ce6b5a (patch) | |
tree | 439e10296b48951ea1c8d4558c0d2c31f31692ca /src/map/atcommand.c | |
parent | 73cb4a0ddaa2c29357acffcd0141af930d2f3149 (diff) | |
download | hercules-bb83a7c114c17b67e9209fcda27b125192ce6b5a.tar.gz hercules-bb83a7c114c17b67e9209fcda27b125192ce6b5a.tar.bz2 hercules-bb83a7c114c17b67e9209fcda27b125192ce6b5a.tar.xz hercules-bb83a7c114c17b67e9209fcda27b125192ce6b5a.zip |
* Updated makefiles to new strlib locations [Codemaster]
* Moved strlib.h and strlib.c into the common directory [Codemaster]
* Updated a bit of jA 1081 - it's not completly updated yet!!! [Codemaster]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@681 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index a1b90a5c3..7948b3c27 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -163,7 +163,7 @@ ACMD_FUNC(partyspy); // [Syrus22] ACMD_FUNC(repairall); // [Valaris] ACMD_FUNC(guildrecall); // by Yor ACMD_FUNC(partyrecall); // by Yor -//ACMD_FUNC(nuke); // [Valaris] +ACMD_FUNC(nuke); // [Valaris] ACMD_FUNC(enablenpc); ACMD_FUNC(disablenpc); ACMD_FUNC(servertime); // by Yor @@ -414,7 +414,7 @@ static AtCommandInfo atcommand_info[] = { { AtCommand_RepairAll, "@repairall", 60, atcommand_repairall }, // [Valaris] { AtCommand_GuildRecall, "@guildrecall", 60, atcommand_guildrecall }, // by Yor { AtCommand_PartyRecall, "@partyrecall", 60, atcommand_partyrecall }, // by Yor -// { AtCommand_Nuke, "@nuke", 60, atcommand_nuke }, // [Valaris] + { AtCommand_Nuke, "@nuke", 60, atcommand_nuke }, // [Valaris] { AtCommand_Enablenpc, "@enablenpc", 80, atcommand_enablenpc }, // [] { AtCommand_Disablenpc, "@disablenpc", 80, atcommand_disablenpc }, // [] { AtCommand_ServerTime, "@time", 0, atcommand_servertime }, // by Yor @@ -6111,7 +6111,7 @@ int atcommand_repairall( return 0; } -/* Removed @nuke for now in favor of alchemist marine sphere skill [Valaris] +// Removed @nuke for now in favor of alchemist marine sphere skill [Valaris] int atcommand_nuke( const int fd, struct map_session_data* sd, const char* command, const char* message) @@ -6142,7 +6142,7 @@ int atcommand_nuke( return 0; } -*/ + /*========================================== * |