TrinityCore
Loading...
Searching...
No Matches
draenor_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
void
AddSC_assault_on_the_dark_portal
();
20
void
AddSC_draenor_shadowmoon_valley
();
21
void
AddSC_frostfire_ridge
();
22
void
AddSC_garrison_generic
();
23
24
// Auchindoun
25
void
AddSC_instance_auchindoun
();
26
void
AddSC_auchindoun
();
27
28
// The name of this function should match:
29
// void Add${NameOfDirectory}Scripts()
30
void
AddDraenorScripts
()
31
{
32
AddSC_assault_on_the_dark_portal
();
33
AddSC_draenor_shadowmoon_valley
();
34
AddSC_frostfire_ridge
();
35
AddSC_garrison_generic
();
36
37
// Auchindoun
38
AddSC_instance_auchindoun
();
39
AddSC_auchindoun
();
40
}
AddSC_instance_auchindoun
void AddSC_instance_auchindoun()
Definition
instance_auchindoun.cpp:66
AddSC_auchindoun
void AddSC_auchindoun()
Definition
auchindoun.cpp:396
AddSC_garrison_generic
void AddSC_garrison_generic()
Definition
garrison_generic.cpp:74
AddSC_frostfire_ridge
void AddSC_frostfire_ridge()
Definition
zone_frostfire_ridge.cpp:60
AddDraenorScripts
void AddDraenorScripts()
Definition
draenor_script_loader.cpp:30
AddSC_draenor_shadowmoon_valley
void AddSC_draenor_shadowmoon_valley()
Definition
zone_draenor_shadowmoon_valley.cpp:73
AddSC_assault_on_the_dark_portal
void AddSC_assault_on_the_dark_portal()
Definition
zone_assault_on_the_dark_portal.cpp:439
server
scripts
Draenor
draenor_script_loader.cpp
Generated on Sun May 10 2026 02:09:07 for TrinityCore by
1.9.8