1327 {
1329
1330
1332 {
1335 });
1336
1337 if (targets.empty())
1338 return;
1339
1341
1344 {
1347
1349 if (
Unit* passenger = vehicle->GetPassenger(0))
1352 }
1353 }
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:1925
void RandomResize(C &container, std::size_t requestedSize)
Definition Containers.h:79