TrinityCore
Loading...
Searching...
No Matches
zone_orgrimmar.cpp
Go to the documentation of this file.
1/*
2 * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#include "Define.h"
19#include "ScriptMgr.h"
20#include "Spell.h"
21#include "SpellAuraEffects.h"
22#include "SpellScript.h"
23#include "Unit.h"
24
26{
27namespace Spells
28{
29 // The Art of War
30 static constexpr uint32 MOPHordeIntroMoviePlay = 130409;
31 static constexpr uint32 FadeToBlack = 130411;
32}
33
34// 130412 - Art of War Movie Aura
57
58// 130412 - Art of War Movie Aura
80}
81
uint32_t uint32
Definition Define.h:154
Spells
Definition PlayerAI.cpp:32
#define RegisterSpellAndAuraScriptPair(script_1, script_2)
Definition ScriptMgr.h:1381
SpellEffIndex
@ EFFECT_0
@ SPELL_EFFECT_APPLY_AURA
AuraEffectHandleModes
@ AURA_EFFECT_HANDLE_REAL
@ SPELL_AURA_DUMMY
@ TRIGGERED_IGNORE_CAST_IN_PROGRESS
Will not check if a current cast is in progress.
@ TRIGGERED_DONT_REPORT_CAST_ERROR
Will return SPELL_FAILED_DONT_REPORT in CheckCast functions.
#define SpellEffectFn(F, I, N)
#define AuraEffectRemoveFn(F, I, N, M)
HookList< EffectApplyHandler > AfterEffectRemove
Unit * GetTarget() const
void HandleAfterEffectRemove(AuraEffect const *, AuraEffectHandleModes) const
static bool ValidateSpellInfo(std::initializer_list< uint32 > spellIds)
Unit * GetHitUnit() const
HookList< EffectHandler > OnEffectHitTarget
Spell * GetSpell() const
SpellCastResult CastSpell(CastSpellTargetArg const &targets, uint32 spellId, CastSpellExtraArgs const &args={ })
Definition Object.cpp:2217
static constexpr uint32 MOPHordeIntroMoviePlay
TriggerCastFlags TriggerFlags
void AddSC_orgrimmar()