Fixed bugreport:5835 vendings are no longer broken when character moves map or is recalled by a gm.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16181 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
shennetsind
2012-05-31 15:27:13 +00:00
parent d588c58958
commit 166e32999d
3 changed files with 6 additions and 3 deletions

View File

@@ -2954,8 +2954,7 @@ ACMD_FUNC(petrename)
/*==========================================
*
*------------------------------------------*/
ACMD_FUNC(recall)
{
ACMD_FUNC(recall) {
struct map_session_data *pl_sd = NULL;
nullpo_retr(-1, sd);