Skip to content

Commit

Permalink
Core/Scripts 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 Feb 6, 2016
1 parent 0316dff commit c942bd4
Show file tree
Hide file tree
Showing 6 changed files with 1,513 additions and 6 deletions.
307 changes: 307 additions & 0 deletions sql/updates/world/2016_01_14_99_world.sql

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/server/game/Scripting/ScriptLoader.cpp
Expand Up @@ -599,6 +599,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 @@ -1126,6 +1127,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 @@ -48,6 +48,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 c942bd4

Please sign in to comment.