1299 {
1301
1302
1304 {
1307 });
1308
1309 if (targets.empty())
1310 return;
1311
1313
1316 {
1319
1321 if (
Unit* passenger = vehicle->GetPassenger(0))
1324 }
1325 }
std::uint8_t uint8
Definition Define.h:109
@ DATA_FIRST_SURGE_TARGET_GUID
Definition boss_malygos.cpp:178
@ NUM_MAX_SURGE_TARGETS
Definition boss_malygos.cpp:179
@ EMOTE_SURGE_OF_POWER_WARNING_P3
Definition boss_malygos.cpp:165
void Talk(uint8 id, WorldObject const *whisperTarget=nullptr, Milliseconds delay=0ms)
Causes the creature to talk/say the text assigned to their entry in the creature_text database table.
Definition CreatureAI.cpp:67
CreatureAI * AI() const
Definition Creature.h:144
Player * ToPlayer()
Definition Object.h:202
Creature * ToCreature()
Definition Object.h:206
static ObjectGuid GetGUID(Object const *o)
Definition Object.h:114
virtual void SetGUID(ObjectGuid const &, int32=0)
Definition UnitAI.h:220
Vehicle * GetVehicleKit() const
Definition Unit.h:1926
void RandomResize(C &container, std::size_t requestedSize)
Definition Containers.h:79