TrinityCore
Loading...
Searching...
No Matches
battlegrounds_script_loader.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// This is where scripts' loading functions should be declared:
19// Generic Arena Scripts
21
22// Alterac Valley
29
30// Arathi Basin
33
34// Eye of the storm
36
37// Warsong Gulch
39
40// Isle of Conquest
44
45// Strand of the Ancients
48
49// Blade's Edge Arena
55
58
60
63
65
67
69
73
77
80
82
84
87
88// The name of this function should match:
89// void Add${NameOfDirectory}Scripts()
91{
93
94 // Alterac Valley
101
102 // Arathi Basin
105
106 // Eye of the Storm
108
109 // Warsong Gulch
111
112 // Isle of Conquest
116
117 // Strand of the Ancients
120
126
129
131
135
137
139
143
147
150
152
154
157}
void AddSC_battleground_strand_of_the_ancients()
void AddSC_arena_dalaran_sewers()
void AddSC_arena_enigma_crucible()
void AddSC_arathi_basin()
void AddSC_boss_drekthar()
void AddSC_arena_scripts_generic()
void AddSC_battleground_temple_of_kotmogu()
void AddSC_alterac_valley()
void AddSC_battleground_alterac_valley()
void AddSC_battleground_arathi_basin()
void AddSC_battleground_battle_for_gilneas()
void AddSC_boss_vanndar()
void AddSC_battleground_silvershard_mines()
void AddSC_boss_galvangar()
void AddSC_boss_ioc_horde_alliance()
void AddSC_arena_cage_of_carnage()
void AddSC_battleground_seething_shore()
void AddSC_arena_nokhudon_proving_grounds()
void AddSC_battleground_warsong_gulch()
void AddSC_arena_ashamanes_fall()
void AddSC_arena_the_robodrome()
void AddSC_arena_maldraxxus_coliseum()
void AddSC_arena_black_rook_hold_arena()
void AddSC_arena_ruins_of_lordaeron()
void AddSC_arena_the_tigers_peak()
void AddSC_arena_ring_of_valor()
void AddSC_arena_blades_edge()
void AddSC_isle_of_conquest()
void AddSC_arena_nagrand_arena_legion()
void AddSC_boss_balinda()
void AddSC_battleground_deephaul_ravine()
void AddSC_arena_mugambala()
void AddBattlegroundsScripts()
void AddSC_arena_nagrand()
void AddSC_battleground_twin_peaks()
void AddSC_arena_empyrean_domain()
void AddSC_arena_tol_viron_arena()
void AddSC_battleground_isle_of_conquest()
void AddSC_arena_hook_point()
void AddSC_arena_blades_edge_legion()
void AddSC_battleground_eye_of_the_storm()
void AddSC_strand_of_the_ancients()