summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-07 14:55:59 -0300
committershennetsind <ind@henn.et>2013-04-07 14:55:59 -0300
commit54e8eb8f11a93e6b4248b63cb19d58920860b28d (patch)
treea385ff66ac2bec3b47f3156ef72023bbbc9342e3 /src/map/atcommand.c
parentd5b354f1babc72bc8f1b74f0d1e584d0a55c569a (diff)
downloadhercules-54e8eb8f11a93e6b4248b63cb19d58920860b28d.tar.gz
hercules-54e8eb8f11a93e6b4248b63cb19d58920860b28d.tar.bz2
hercules-54e8eb8f11a93e6b4248b63cb19d58920860b28d.tar.xz
hercules-54e8eb8f11a93e6b4248b63cb19d58920860b28d.zip
Fixed @mapinfo venders num
Special Thanks to Lighta Signed-off-by: shennetsind <ind@henn.et>
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 9dccef177..f52e245ea 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -3839,7 +3839,7 @@ ACMD_FUNC(mapinfo) {
iter = mapit_getallusers();
for( pl_sd = (TBL_PC*)mapit_first(iter); mapit_exists(iter); pl_sd = (TBL_PC*)mapit_next(iter) ) {
if( pl_sd->mapindex == m_index ) {
- if( sd->state.vending )
+ if( pl_sd->state.vending )
vend_num++;
else if( (cd = (struct chat_data*)map_id2bl(pl_sd->chatID)) != NULL && cd->usersd[0] == pl_sd )
chat_num++;