mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
Core/Battlefield: fix issues with vehicles. return correct vehicle data when using getdata. small cleanups. codestyle
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user