mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10639] Making dummy effect of spell 54530 be positive effect.
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
a79f9b1fe4
commit
365c4a19e0
2 changed files with 3 additions and 1 deletions
|
|
@ -637,6 +637,8 @@ bool IsPositiveEffect(uint32 spellId, SpellEffectIndex effIndex)
|
|||
{
|
||||
case 28441: // AB Effect 000
|
||||
return false;
|
||||
case 54530: // Opening
|
||||
return true;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue