mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8674] Fixed mistake in my commit [8657]
I accidentaly put code into wrong switch. Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
ef2992f175
commit
356f1da19b
2 changed files with 2 additions and 2 deletions
|
|
@ -439,7 +439,6 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex)
|
|||
switch(spellId)
|
||||
{
|
||||
case 28441: // AB Effect 000
|
||||
case 44689: // Relay Race Accept Hidden Debuff - DND
|
||||
return false;
|
||||
default:
|
||||
break;
|
||||
|
|
@ -471,6 +470,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex)
|
|||
case 38638: // Nether Exhaustion (green)
|
||||
case 38639: // Nether Exhaustion (blue)
|
||||
case 11196: // Recently Bandaged
|
||||
case 44689: // Relay Race Accept Hidden Debuff - DND
|
||||
return false;
|
||||
// some spells have unclear target modes for selection, so just make effect positive
|
||||
case 27184:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue