summaryrefslogtreecommitdiff
path: root/src/emap/horse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/horse.c')
-rw-r--r--src/emap/horse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/horse.c b/src/emap/horse.c
index 90c736e..5fafad1 100644
--- a/src/emap/horse.c
+++ b/src/emap/horse.c
@@ -40,7 +40,7 @@ unsigned short horse_add_speed_bonus(TBL_PC *sd, unsigned short val)
if (!data || data->mount == 0)
return val;
- val -= 25;
+ //val -= 25; // [TMW2] No builtin bonus - Always by item script
}
return val;
}