diff --git a/common/spdat.cpp b/common/spdat.cpp index dab8ea13b..864db8480 100644 --- a/common/spdat.cpp +++ b/common/spdat.cpp @@ -1474,6 +1474,8 @@ bool IsInstrumentModAppliedToSpellEffect(int32 spell_id, int effect) case SE_SeeInvis: case SE_Levitate: case SE_WaterBreathing: + case SE_ModelSize: + case SE_ChangeHeight: return false; default: return true;