diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-29 18:50:48 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-01-16 20:30:15 +0100 |
commit | c156322ded28c695c17871d98abe071bb73dadd4 (patch) | |
tree | 919fcc98cc9b57c943f671c11ccca3c59d8f110a /src/map/script.c | |
parent | e951186d8eafc09de4e88224d5f2a3c9b19d6fae (diff) | |
download | hercules-c156322ded28c695c17871d98abe071bb73dadd4.tar.gz hercules-c156322ded28c695c17871d98abe071bb73dadd4.tar.bz2 hercules-c156322ded28c695c17871d98abe071bb73dadd4.tar.xz hercules-c156322ded28c695c17871d98abe071bb73dadd4.zip |
Removed Hard Coded data for SC_ALL_RIDING.
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 0fd1f0690..5a3d1507f 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -18490,7 +18490,7 @@ BUILDIN(setcashmount) if (sd->sc.data[SC_ALL_RIDING]) status_change_end(&sd->bl, SC_ALL_RIDING, INVALID_TIMER); else - sc_start(NULL,&sd->bl, SC_ALL_RIDING, 100, 0, -1); + sc_start(NULL,&sd->bl, SC_ALL_RIDING, 100, 25, -1); script_pushint(st,1);//in both cases, return 1. } return true; |