summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-05-05 15:41:24 -0300
committershennetsind <ind@henn.et>2013-05-05 15:41:24 -0300
commit3eb517a5ed648a06fe3158deda37c53fd140414b (patch)
tree133919a61d0d21b4aa850957decd65f7ba42b378
parent8e41dab06c5a8308b33c970b3a0cd6a432830a65 (diff)
downloadhercules-3eb517a5ed648a06fe3158deda37c53fd140414b.tar.gz
hercules-3eb517a5ed648a06fe3158deda37c53fd140414b.tar.bz2
hercules-3eb517a5ed648a06fe3158deda37c53fd140414b.tar.xz
hercules-3eb517a5ed648a06fe3158deda37c53fd140414b.zip
Fixed Bug #7200
Fixed speed adjustment, special thanks to Zopkx http://hercules.ws/board/tracker/issue-7200-rental-cash-mounts-speed/ Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r--src/map/status.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c
index b52fd3e8c..fec23cb55 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -986,6 +986,8 @@ void initChangeTables(void) {
StatusChangeFlagTable[SC_VITATA_500] |= SCB_REGEN;
StatusChangeFlagTable[SC_EXTRACT_SALAMINE_JUICE] |= SCB_ASPD;
+ StatusChangeFlagTable[SC_ALL_RIDING] = SCB_SPEED;
+
#ifdef RENEWAL_EDP
// renewal EDP increases your weapon atk
StatusChangeFlagTable[SC_EDP] |= SCB_WATK;