diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 04:06:10 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 04:06:10 +0000 |
commit | b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2 (patch) | |
tree | 917e34433bac016ae64465214e4432f85c9f0a97 /src/map/atcommand.c | |
parent | 74b92bb34163160e59e24dd6a07c16e30e9743be (diff) | |
download | hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.tar.gz hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.tar.bz2 hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.tar.xz hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.zip |
- Replaced more -> rAthena (follow up to r15251).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16195 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index d616efec3..65202b050 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -3944,9 +3944,8 @@ ACMD_FUNC(reloadmotd) ACMD_FUNC(reloadscript) { nullpo_retr(-1, sd); - //atcommand_broadcast( fd, sd, "@broadcast", "eAthena Server is Rehashing..." ); + //atcommand_broadcast( fd, sd, "@broadcast", "Server is reloading scripts..." ); //atcommand_broadcast( fd, sd, "@broadcast", "You will feel a bit of lag at this point !" ); - //atcommand_broadcast( fd, sd, "@broadcast", "Reloading NPCs..." ); flush_fifos(); script_reload(); @@ -6650,7 +6649,7 @@ ACMD_FUNC(mail) /*========================================== * Show Monster DB Info v 1.0 - * originally by [Lupus] eAthena + * originally by [Lupus] *------------------------------------------*/ ACMD_FUNC(mobinfo) { @@ -7112,7 +7111,7 @@ ACMD_FUNC(homshuffle) /*========================================== * Show Items DB Info v 1.0 - * originally by [Lupus] eAthena + * originally by [Lupus] *------------------------------------------*/ ACMD_FUNC(iteminfo) { |