Skip to content

Commit

Permalink
Implemented Boss Ahune
Browse files Browse the repository at this point in the history
Implemented Midsummer Fire Festival event Boss, Ahune
  • Loading branch information
sirikfoll committed Jan 13, 2016
1 parent ee8b43e commit 8461524
Show file tree
Hide file tree
Showing 6 changed files with 1,517 additions and 6 deletions.
307 changes: 307 additions & 0 deletions sql/updates/world/2015_20_12_99_world.sql

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/server/game/Scripting/ScriptLoader.cpp
Expand Up @@ -603,6 +603,7 @@ void AddSC_instance_the_slave_pens();
void AddSC_boss_mennu_the_betrayer();
void AddSC_boss_rokmar_the_crackler();
void AddSC_boss_quagmirran();
void AddSC_boss_ahune();

// Coilfang Reservoir - The Underbog
void AddSC_instance_the_underbog();
Expand Down Expand Up @@ -1133,6 +1134,7 @@ void AddOutlandScripts()
AddSC_boss_mennu_the_betrayer();
AddSC_boss_rokmar_the_crackler();
AddSC_boss_quagmirran();
AddSC_boss_ahune();

// Coilfang Reservoir - The Underbog
AddSC_instance_the_underbog();
Expand Down
1 change: 1 addition & 0 deletions src/server/scripts/Outland/CMakeLists.txt
Expand Up @@ -47,6 +47,7 @@ set(scripts_STAT_SRCS
Outland/CoilfangReservoir/TheSlavePens/boss_mennu_the_betrayer.cpp
Outland/CoilfangReservoir/TheSlavePens/boss_rokmar_the_crackler.cpp
Outland/CoilfangReservoir/TheSlavePens/boss_quagmirran.cpp
Outland/CoilfangReservoir/TheSlavePens/boss_ahune.cpp
Outland/CoilfangReservoir/TheUnderbog/instance_the_underbog.cpp
Outland/CoilfangReservoir/TheUnderbog/boss_hungarfen.cpp
Outland/CoilfangReservoir/TheUnderbog/boss_the_black_stalker.cpp
Expand Down

0 comments on commit 8461524

Please sign in to comment.