[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:
Salja 2012-09-04 17:03:36 +02:00 committed by Antz
parent 96891fb09f
commit 45f0facafe
2 changed files with 2 additions and 2 deletions

View file

@ -4631,7 +4631,7 @@ int32 GetDiminishingReturnsLimitDuration(DiminishingGroup group, SpellEntry cons
break;
}
return 10000;
return 8000;
}
bool IsDiminishingReturnsGroupDurationLimited(DiminishingGroup group)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12181"
#define REVISION_NR "12182"
#endif // __REVISION_NR_H__