aboutsummaryrefslogtreecommitdiff
path: root/src/crnonpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/crnonpl.cc')
-rw-r--r--src/crnonpl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crnonpl.cc b/src/crnonpl.cc
index f334626..cfd36b3 100644
--- a/src/crnonpl.cc
+++ b/src/crnonpl.cc
@@ -2578,7 +2578,7 @@ void TMonster::IdleStimulus(void){
case IMPACT_OUTFIT:{
TOutfit Outfit = {};
Outfit.OutfitID = SpellData->ImpactParam1;
- Outfit.PackedData = (uint32)SpellData->ImpactParam2;
+ Outfit.ObjectType = SpellData->ImpactParam2;
int Duration = SpellData->ImpactParam3;
Impact = new TOutfitImpact(this, Outfit, Duration);
break;