summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-02-03 15:49:43 -0200
committershennetsind <ind@henn.et>2014-02-03 15:49:43 -0200
commit26af96e93821b1b4b918086473b987b5382c7b3a (patch)
tree553ac749c2a322a0dc4dc2d3f94aa5b662889f61 /src/map/script.c
parent50bc76c412b6618d90fdbdb24d43da2bda0525a2 (diff)
parentc8c3255fd990ae2f91ed130c0a742bf94037128a (diff)
downloadhercules-26af96e93821b1b4b918086473b987b5382c7b3a.tar.gz
hercules-26af96e93821b1b4b918086473b987b5382c7b3a.tar.bz2
hercules-26af96e93821b1b4b918086473b987b5382c7b3a.tar.xz
hercules-26af96e93821b1b4b918086473b987b5382c7b3a.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map/script.c b/src/map/script.c
index adea269c7..21d55ca77 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -7803,8 +7803,7 @@ BUILDIN(delequip)
/*==========================================
*
*------------------------------------------*/
-BUILDIN(statusup)
-{
+BUILDIN(statusup) {
int type;
TBL_PC *sd;
@@ -7813,7 +7812,7 @@ BUILDIN(statusup)
if( sd == NULL )
return true;
- pc->statusup(sd,type);
+ pc->statusup(sd, type, 1);
return true;
}