mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-30 21:52:26 +00:00
[Bug Fix] Instrument Mods should not affect spells that change model size. (#2072)
Instrument Mods should not affect spells that change model size.
This commit is contained in:
parent
a39a825045
commit
bb897b755f
@ -1474,6 +1474,8 @@ bool IsInstrumentModAppliedToSpellEffect(int32 spell_id, int effect)
|
|||||||
case SE_SeeInvis:
|
case SE_SeeInvis:
|
||||||
case SE_Levitate:
|
case SE_Levitate:
|
||||||
case SE_WaterBreathing:
|
case SE_WaterBreathing:
|
||||||
|
case SE_ModelSize:
|
||||||
|
case SE_ChangeHeight:
|
||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user