mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7930] Added diminishing for spell 1499 and ranks.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
fb45529eff
commit
bc953feb31
2 changed files with 8 additions and 1 deletions
|
|
@ -2719,6 +2719,13 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellEntry const* spellproto
|
|||
return DIMINISHING_BLIND_CYCLONE;
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_HUNTER:
|
||||
{
|
||||
// Freezing trap
|
||||
if (spellproto->SpellFamilyFlags & UI64LIT(0x00000000008))
|
||||
return DIMINISHING_FREEZE;
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_WARLOCK:
|
||||
{
|
||||
// Fear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue