mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[12182] Crowd control spells PvP duration has been decreased to 8 seconds (down from 10) Thanks Shocker
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
96891fb09f
commit
45f0facafe
2 changed files with 2 additions and 2 deletions
|
|
@ -4631,7 +4631,7 @@ int32 GetDiminishingReturnsLimitDuration(DiminishingGroup group, SpellEntry cons
|
|||
break;
|
||||
}
|
||||
|
||||
return 10000;
|
||||
return 8000;
|
||||
}
|
||||
|
||||
bool IsDiminishingReturnsGroupDurationLimited(DiminishingGroup group)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue