Core/Common: Merge TimeTrackerSmall with TimeTracker

This commit is contained in:
Carbenium
2020-07-29 00:16:15 +02:00
committed by Peter Keresztes Schmidt
parent e55516348d
commit 228696bf80
15 changed files with 30 additions and 70 deletions

View File

@@ -237,7 +237,7 @@ struct npc_wisp_invis : public ScriptedAI
}
private:
TimeTrackerSmall _timer;
TimeTracker _timer;
uint32 _creatureType;
uint32 _firstSpell;
uint32 _secondSpell;
@@ -429,7 +429,7 @@ private:
}
TaskScheduler _scheduler;
TimeTrackerSmall _laughTimer;
TimeTracker _laughTimer;
ObjectGuid _bodyGUID;
uint32 _phase;
bool _withBody;
@@ -808,7 +808,7 @@ private:
InstanceScript* _instance;
TaskScheduler _scheduler;
TimeTrackerSmall _laughTimer;
TimeTracker _laughTimer;
ObjectGuid _headGUID;
uint32 _phase;
uint32 _id;

View File

@@ -153,7 +153,7 @@ struct boss_high_inquisitor_fairbanks : public BossAI
}
private:
TimeTrackerSmall _healTimer;
TimeTracker _healTimer;
bool _powerWordShield;
};

View File

@@ -233,7 +233,7 @@ public:
}
private:
TimeTrackerSmall _killYellTimer;
TimeTracker _killYellTimer;
bool _fakeDeath;
bool _canDie;
};
@@ -428,7 +428,7 @@ private:
InstanceScript* _instance;
EventMap _events;
TaskScheduler _scheduler;
TimeTrackerSmall _killYellTimer;
TimeTracker _killYellTimer;
bool _ressurectionInProgress;
bool _canDie;
};