* Borean Tundra from ScriptDev2

* Updated copyright notice for new year (2009)

--HG--
branch : trunk
This commit is contained in:
Muhaha
2009-02-05 10:46:43 +01:00
parent ee34c5b1d9
commit 261425b0cc
6 changed files with 116 additions and 1 deletions

View File

@@ -209,6 +209,9 @@ extern void AddSC_blasted_lands();
//Bloodmyst Isle
extern void AddSC_bloodmyst_isle();
//Borean Tundra
extern void AddSC_borean_tundra();
//Burning steppes
extern void AddSC_burning_steppes();
@@ -1415,6 +1418,9 @@ void ScriptsInit()
//Bloodmyst Isle
AddSC_bloodmyst_isle();
//Borean Tundra
AddSC_borean_tundra();
//Burning steppes
AddSC_burning_steppes();