813 {
815 return false;
816
819
820 switch (trigger->entry)
821 {
825 break;
829 break;
833 break;
837 break;
841 break;
845 break;
849 break;
850 }
851
854
855 return true;
856 }
std::uint32_t uint32
Definition Define.h:107
@ QUEST_STATUS_INCOMPLETE
Definition QuestDef.h:103
@ TEAM_ALLIANCE
Definition SharedDefines.h:748
@ QUEST_DARK_PORTAL_H
Definition childrens_week.cpp:90
@ QUEST_DARK_PORTAL_A
Definition childrens_week.cpp:91
@ QUEST_STONEWROUGHT_DAM
Definition childrens_week.cpp:89
@ QUEST_BOUGHT_OF_ETERNALS
Definition childrens_week.cpp:87
@ QUEST_DOWN_AT_THE_DOCKS
Definition childrens_week.cpp:85
@ QUEST_LORDAERON_THRONE_ROOM
Definition childrens_week.cpp:92
@ QUEST_GATEWAY_TO_THE_FRONTIER
Definition childrens_week.cpp:86
@ QUEST_SPOOKY_LIGHTHOUSE
Definition childrens_week.cpp:88
@ SPELL_ORPHAN_OUT
Definition childrens_week.cpp:131
@ AT_BOUGHT_OF_ETERNALS
Definition childrens_week.cpp:112
@ AT_DOWN_AT_THE_DOCKS
Definition childrens_week.cpp:109
@ AT_LORDAERON_THRONE_ROOM
Definition childrens_week.cpp:111
@ AT_DARK_PORTAL
Definition childrens_week.cpp:115
@ AT_SPOOKY_LIGHTHOUSE
Definition childrens_week.cpp:113
@ AT_GATEWAY_TO_THE_FRONTIER
Definition childrens_week.cpp:110
@ AT_STONEWROUGHT_DAM
Definition childrens_week.cpp:114
ObjectGuid getOrphanGUID(Player *player, uint32 orphan)
Definition childrens_week.cpp:136
@ ORPHAN_BLOOD_ELF
Definition childrens_week.cpp:29
@ ORPHAN_ORCISH
Definition childrens_week.cpp:32
@ ORPHAN_HUMAN
Definition childrens_week.cpp:31
@ ORPHAN_DRAENEI
Definition childrens_week.cpp:30
TeamId GetTeamId(bool original=false) const
Definition Player.h:2128
void AreaExploredOrEventHappens(uint32 questId)
Definition PlayerQuest.cpp:1826
QuestStatus GetQuestStatus(uint32 quest_id) const
Definition PlayerQuest.cpp:1465
bool HasAura(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, ObjectGuid itemCasterGUID=ObjectGuid::Empty, uint8 reqEffMask=0) const
Definition Unit.cpp:5999
bool isDead() const
Definition Unit.h:1796