mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
*Some work on wintergrasp. Player can get ranks by killing other players and can build vehicles at workshop. Vehicles can be used to destroy buildings. Except these no other thing is done.
--HG-- branch : trunk
This commit is contained in:
@@ -628,6 +628,9 @@ extern void AddSC_zulaman();
|
||||
//Vault of Archavon
|
||||
extern void AddSC_boss_archavon();
|
||||
|
||||
//Region
|
||||
extern void AddSC_wintergrasp();
|
||||
|
||||
// -------------------
|
||||
void LoadDatabase()
|
||||
{
|
||||
@@ -1510,6 +1513,9 @@ void ScriptsInit(char const* cfg_file = "trinitycore.conf")
|
||||
//Vault of Archavon
|
||||
AddSC_boss_archavon();
|
||||
|
||||
//Region
|
||||
AddSC_wintergrasp();
|
||||
|
||||
// -------------------
|
||||
|
||||
outstring_log(">> Loaded %i C++ Scripts.", num_sc_scripts);
|
||||
|
||||
Reference in New Issue
Block a user