mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[8657] Mark spell 44689 as negative.
This allows aura to be counted down in logoff. Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
aa42097331
commit
ba62cdbe8f
2 changed files with 4 additions and 2 deletions
|
|
@ -438,7 +438,9 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex)
|
|||
// some explicitly required dummy effect sets
|
||||
switch(spellId)
|
||||
{
|
||||
case 28441: return false; // AB Effect 000
|
||||
case 28441: // AB Effect 000
|
||||
case 44689: // Relay Race Accept Hidden Debuff - DND
|
||||
return false;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue