◆ at_commander_dawnforge()
at_commander_dawnforge::at_commander_dawnforge |
( |
| ) |
|
|
inline |
Definition AreaTriggerScript.h:24
◆ OnTrigger()
Reimplemented from AreaTriggerScript.
565 {
566
568 return false;
569
571 {
573 if (!Dawnforge)
574 return false;
575
577 return true;
578 }
579 return false;
580 }
@ QUEST_STATUS_INCOMPLETE
Definition QuestDef.h:103
#define CAST_AI(a, b)
Definition UnitAI.h:26
CreatureAI * AI() const
Definition Creature.h:141
QuestStatus GetQuestStatus(uint32 quest_id) const
Definition PlayerQuest.cpp:1430
bool IsAlive() const
Definition Unit.h:1707
bool HasAura(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, ObjectGuid itemCasterGUID=ObjectGuid::Empty, uint8 reqEffMask=0) const
Definition Unit.cpp:5753
Creature * FindNearestCreature(uint32 entry, float range, bool alive=true) const
Definition Object.cpp:2459
Definition ChatCommandTags.h:253
Definition zone_netherstorm.cpp:337
@ QUEST_INFO_GATHERING
Definition zone_netherstorm.cpp:314
@ SPELL_SUNFURY_DISGUISE
Definition zone_netherstorm.cpp:315
References Creature::AI(), CAST_AI, WorldObject::FindNearestCreature(), Player::GetQuestStatus(), Unit::HasAura(), Unit::IsAlive(), QUEST_INFO_GATHERING, QUEST_STATUS_INCOMPLETE, and SPELL_SUNFURY_DISGUISE.
The documentation for this class was generated from the following file: