1297 {
1299
1300
1302 {
1305 });
1306
1307 if (targets.empty())
1308 return;
1309
1311
1314 {
1317
1319 if (
Unit* passenger = vehicle->GetPassenger(0))
1322 }
1323 }
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:143
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