*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:
megamage
2009-05-22 10:29:48 -05:00
parent 4ba955c4eb
commit ab5b273d3c
30 changed files with 2700 additions and 2105 deletions

View File

@@ -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);