mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-09 13:22:25 +00:00
[Cleanup] Set bonuses to use spell ID instead of boolean (#3230)
# Notes - Spell bonuses `Illusion` is the spell ID, not a boolean.
This commit is contained in:
parent
025ef5e1d6
commit
c81ab00764
@ -1651,7 +1651,7 @@ void Mob::ApplyAABonuses(const AA::Rank &rank, StatBonuses *newbon)
|
|||||||
}
|
}
|
||||||
|
|
||||||
case SE_Illusion:
|
case SE_Illusion:
|
||||||
newbon->Illusion = true;
|
newbon->Illusion = rank.spell;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SE_IllusionPersistence:
|
case SE_IllusionPersistence:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user