mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[Bug Fix] Correct Mend reuse time and add reduction support. (#2972)
Notes: Previously, the server-side reuse of Mend was set to 290 seconds rather than 360 seconds (6 minutes). Mend was not accepting reduction timers from potential items, buffs or AAs (Hastened Mend). Mend was outputting duplicate success messages on critical mends, it will now only output a regular Mend message upon success (You mend your wounds and heal some damage) or the critical message upon critical success (You magically mend your wounds and heal considerable damage), not both. Co-authored-by: toxin06 <53322305+toxin06@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ enum { //reuse times
|
||||
InstillDoubtReuseTime = 9,
|
||||
FishingReuseTime = 11,
|
||||
ForagingReuseTime = 50,
|
||||
MendReuseTime = 290,
|
||||
MendReuseTime = 360,
|
||||
BashReuseTime = 5,
|
||||
BackstabReuseTime = 9,
|
||||
KickReuseTime = 5,
|
||||
|
||||
Reference in New Issue
Block a user