summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 15:27:13 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 15:27:13 +0000
commit0f4fad15c74141d817cc8505b4c5d95c74e96bf2 (patch)
treee15a76314714788cf6097900e2284260617b8451 /src/map/atcommand.c
parent31514c5d363203bb6596f291d4b2df46c76d0b14 (diff)
downloadhercules-0f4fad15c74141d817cc8505b4c5d95c74e96bf2.tar.gz
hercules-0f4fad15c74141d817cc8505b4c5d95c74e96bf2.tar.bz2
hercules-0f4fad15c74141d817cc8505b4c5d95c74e96bf2.tar.xz
hercules-0f4fad15c74141d817cc8505b4c5d95c74e96bf2.zip
Fixed bugreport:5835 vendings are no longer broken when character moves map or is recalled by a gm.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16181 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 786c160b2..9c891df2f 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -2954,8 +2954,7 @@ ACMD_FUNC(petrename)
/*==========================================
*
*------------------------------------------*/
-ACMD_FUNC(recall)
-{
+ACMD_FUNC(recall) {
struct map_session_data *pl_sd = NULL;
nullpo_retr(-1, sd);