diff options
author | LuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-02 08:32:19 +0000 |
---|---|---|
committer | LuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-02 08:32:19 +0000 |
commit | f4734c161528c54ec4b34a0702e1c16e25c95a21 (patch) | |
tree | 8d54036d935b0bebbdac76eb6db2dac02a2e4372 /src/map/atcommand.c | |
parent | d392d39696b55991621061838d36d40de63d80a3 (diff) | |
download | hercules-f4734c161528c54ec4b34a0702e1c16e25c95a21.tar.gz hercules-f4734c161528c54ec4b34a0702e1c16e25c95a21.tar.bz2 hercules-f4734c161528c54ec4b34a0702e1c16e25c95a21.tar.xz hercules-f4734c161528c54ec4b34a0702e1c16e25c95a21.zip |
Typo fix.
Added VC6 project files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6929 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index a98ecc322..c0a347a4a 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -295,7 +295,7 @@ ACMD_FUNC(clone); // [Valaris] ACMD_FUNC(tonpc); // LuzZza
ACMD_FUNC(commands); // [Skotlex]
ACMD_FUNC(noask); //LuzZza
-ACMD_FUNC(request); //LuzZza
+ACMD_FUNC(request); //[Skotlex]
/*==========================================
*AtCommandInfo atcommand_info[]構造体の定義
@@ -612,7 +612,7 @@ static AtCommandInfo atcommand_info[] = { { AtCommand_ToNPC, "@tonpc", 40, atcommand_tonpc }, // LuzZza
{ AtCommand_Commands, "@commands", 1, atcommand_commands }, // [Skotlex]
{ AtCommand_NoAsk, "@noask", 1, atcommand_noask }, // [LuzZza]
- { AtCommand_Request, "@request", 20, atcommand_request }, // [LuzZza]
+ { AtCommand_Request, "@request", 20, atcommand_request }, // [Skotlex]
// add new commands before this line
{ AtCommand_Unknown, NULL, 1, NULL }
|