mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 21:20:01 -04:00
(files disabled but kept in repo, and will be fully reinstated once everything is sorted out) Note: SQL-update-data is NOT supplied for 're-converting' to old help-system - this is after all considered a workrepo untill we tag a commit as stable! --HG-- branch : trunk
24 lines
597 B
C
24 lines
597 B
C
/* Copyright (C) 2006 - 2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
|
|
* This program is free software licensed under GPL version 2
|
|
* Please see the included DOCS/LICENSE.TXT for more information */
|
|
|
|
#ifndef SC_SCRIPTLOADER_H
|
|
#define SC_SCRIPTLOADER_H
|
|
|
|
void AddScripts();
|
|
void AddExampleScripts();
|
|
void AddSpellScripts();
|
|
/*
|
|
void AddCommandScripts();
|
|
*/
|
|
void AddWorldScripts();
|
|
void AddEasternKingdomsScripts();
|
|
void AddKalimdorScripts();
|
|
void AddOutlandScripts();
|
|
void AddNorthrendScripts();
|
|
void AddBattlegroundScripts();
|
|
void AddOutdoorPvPScripts();
|
|
void AddCustomScripts();
|
|
|
|
#endif
|