TrinityCore
Loading...
Searching...
No Matches
broken_isles_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
22
23// Maw of Souls
26
27// Trial of Valor
28void AddSC_boss_guarm();
30
31// Black Rook Hold
34
35// Neltharion's Lair
38
39// Eye of Azshara
42
43// Orderhalls
46
47// The name of this function should match:
48// void Add${NameOfDirectory}Scripts()
50{
53
54 // Maw of Souls
57
58 // Trial of Valor
61
62 // Black Rook Hold
65
66 // Neltharion's Lair
69
70 // Eye of Azshara
73
74 // Orderhalls
77}
void AddSC_instance_eye_of_azshara()
void AddSC_orderhall_rogue()
void AddSC_boss_ymiron_the_fallen_king()
void AddSC_orderhall_warrior()
void AddSC_zone_dalaran_broken_isle()
void AddSC_instance_black_rook_hold()
void AddSC_boss_king_deepbeard()
void AddSC_instance_maw_of_souls()
void AddSC_zone_mardum()
void AddSC_instance_trial_of_valor()
void AddSC_instance_neltharions_lair()
void AddSC_boss_guarm()
void AddBrokenIslesScripts()
void AddSC_boss_amalgam_of_souls()
void AddSC_boss_rokmora()