Skip to content

Commit

Permalink
Fixed Bug #7200
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
shennetsind committed May 5, 2013
1 parent 8e41dab commit 3eb517a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/map/status.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3eb517a

Please sign in to comment.