summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-27 15:15:22 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-27 15:15:22 +0000
commit09972deecb1aaf08bfa331ccc20830514913b234 (patch)
treea8f257aa80e5fa95e26700427feb297a0f8acd6d /src/map/atcommand.c
parent6f919a083e4f31afd4ec7b8e1451afda32526aa2 (diff)
downloadhercules-09972deecb1aaf08bfa331ccc20830514913b234.tar.gz
hercules-09972deecb1aaf08bfa331ccc20830514913b234.tar.bz2
hercules-09972deecb1aaf08bfa331ccc20830514913b234.tar.xz
hercules-09972deecb1aaf08bfa331ccc20830514913b234.zip
- Small change in the pet_ai that should stop the "strange" catch-up behaviour of pets when you are much faster than them.
- Corrected the unequip script of the wedding dress/tuxedo (it should be Class, not bClass) - Changebase script command will also refresh the weapon sprites (in case you changed into Wedding/Xmas class) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6317 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index aa2df5c7f..804193130 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -293,7 +293,7 @@ ACMD_FUNC(main); // LuzZza
ACMD_FUNC(clone); // [Valaris]
ACMD_FUNC(tonpc); // LuzZza
-ACMD_FUNC(commands); // LuzZza
+ACMD_FUNC(commands); // [Skotlex]
/*==========================================
*AtCommandInfo atcommand_info[]構造体の定義