fix(Scripts/PitOfSauron): Reset Scourgelord Tyrannus encounter state (#21057)

Co-authored-by: Nicholas Lee <nicholaslee@Nicholass-MacBook-Air.local>
Co-authored-by: blinkysc <binders-36-gap@icloud.com>
This commit is contained in:
blinkysc 2024-12-30 15:09:20 -06:00 committed by GitHub
parent 6ea9b7a9cb
commit 4e49f522b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,6 +97,7 @@ public:
if (Vehicle* v = c->GetVehicleKit())
v->InstallAllAccessories(false);
}
pInstance->SetData(DATA_TYRANNUS, NOT_STARTED);
}
}