summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-02-25 06:04:18 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-02-25 06:04:18 +0000
commit86dd5f28d4100ba6d0ddbd6f6c4f20579e0578d8 (patch)
tree99edbf0cc443a59c807058ccdb26cb176eb5c4ba /src/map/script.c
parent22c17ec129a57ecd08ca69805d718bb3dce07c94 (diff)
downloadhercules-86dd5f28d4100ba6d0ddbd6f6c4f20579e0578d8.tar.gz
hercules-86dd5f28d4100ba6d0ddbd6f6c4f20579e0578d8.tar.bz2
hercules-86dd5f28d4100ba6d0ddbd6f6c4f20579e0578d8.tar.xz
hercules-86dd5f28d4100ba6d0ddbd6f6c4f20579e0578d8.zip
- Bugreport #2800 ( Atcommands usables without restriction :S )
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13547 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 178bbdf4b..05779ed9e 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -10734,7 +10734,6 @@ BUILDIN_FUNC(atcommand)
}
is_atcommand(fd, sd, cmd, 0);
-
return 0;
}
@@ -10770,8 +10769,7 @@ BUILDIN_FUNC(charcommand)
return 1;
}
- is_atcommand(0, sd, cmd, 0);
-
+ is_atcommand(fd, sd, cmd, 0);
return 0;
}