summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-03 20:58:46 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-03 20:58:46 +0000
commitaa588005380c101b4b539e90234a9524f5390575 (patch)
tree2970061c49cd3f66aaa91dd58bfcc3c330aeb025 /src/map/status.c
parentf8887e4e989ac4e0c8d860a690dfb5520e708d9e (diff)
downloadhercules-aa588005380c101b4b539e90234a9524f5390575.tar.gz
hercules-aa588005380c101b4b539e90234a9524f5390575.tar.bz2
hercules-aa588005380c101b4b539e90234a9524f5390575.tar.xz
hercules-aa588005380c101b4b539e90234a9524f5390575.zip
- Corrected Longing for Freedom, it should triple SP cost rather than modifying SP cost to 1/sec
- Corrected Marionette Control's SP cost, it should be 100. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10150 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index e3be77a41..ece5fef5f 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -6754,7 +6754,7 @@ int status_change_timer(int tid, unsigned int tick, int id, int data)
}
if (s && ((sc->data[type].val3 % s) == 0)) {
if (sc->data[SC_LONGING].timer != -1)
- sp = s;
+ sp*= 3;
if (!status_charge(bl, 0, sp))
break;
}