mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Scripts/ToTC: Reset vehiclekit on generic_vehicleAI_toc5::Reset()
Fixes accessory installation
This commit is contained in:
@@ -172,6 +172,9 @@ public:
|
||||
uiChargeTimer = 5000;
|
||||
uiShieldBreakerTimer = 8000;
|
||||
uiBuffTimer = urand(30000,60000);
|
||||
|
||||
if (me->GetVehicleKit())
|
||||
me->GetVehicleKit()->Reset();
|
||||
}
|
||||
|
||||
void SetData(uint32 uiType, uint32 /*uiData*/)
|
||||
|
||||
Reference in New Issue
Block a user