Core/Battlefield: fix issues with vehicles. return correct vehicle data when using getdata. small cleanups. codestyle

This commit is contained in:
Kandera
2012-03-20 12:16:44 -04:00
parent 5ec5bc1721
commit b700f545c5
4 changed files with 14 additions and 6 deletions

View File

@@ -508,6 +508,7 @@ void AddSC_howling_fjord();
void AddSC_icecrown();
void AddSC_sholazar_basin();
void AddSC_storm_peaks();
void AddSC_wintergrasp();
void AddSC_zuldrak();
void AddSC_crystalsong_forest();
void AddSC_isle_of_conquest();
@@ -1224,6 +1225,7 @@ void AddNorthrendScripts()
AddSC_icecrown();
AddSC_sholazar_basin();
AddSC_storm_peaks();
AddSC_wintergrasp();
AddSC_zuldrak();
AddSC_crystalsong_forest();
AddSC_isle_of_conquest();