mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
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:
@@ -97,6 +97,7 @@ public:
|
|||||||
if (Vehicle* v = c->GetVehicleKit())
|
if (Vehicle* v = c->GetVehicleKit())
|
||||||
v->InstallAllAccessories(false);
|
v->InstallAllAccessories(false);
|
||||||
}
|
}
|
||||||
|
pInstance->SetData(DATA_TYRANNUS, NOT_STARTED);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user