Skip to content

Commit

Permalink
Ajout du script des boss de Ragefeu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyakkimaru committed Dec 21, 2011
1 parent 124ef90 commit e2bb34c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/server/game/Scripting/ScriptLoader.cpp
Expand Up @@ -230,6 +230,10 @@ void AddSC_boss_hazzarah();
void AddSC_boss_renataki();
void AddSC_boss_wushoolay();
void AddSC_instance_zulgurub();
void AddSC_boss_Bazzalan(); //Ragefire
void AddSC_boss_Jergosh_the_Invoker();
void AddSC_boss_Oggleflint();
void AddSC_boss_Taragaman_the_Hungerer();

//void AddSC_alterac_mountains();
void AddSC_arathi_highlands();
Expand Down
5 changes: 5 additions & 0 deletions src/server/scripts/Kalimdor/CMakeLists.txt
Expand Up @@ -111,6 +111,11 @@ set(scripts_STAT_SRCS
Kalimdor/OnyxiasLair/boss_onyxia.cpp
Kalimdor/OnyxiasLair/onyxias_lair.h
Kalimdor/OnyxiasLair/instance_onyxias_lair.cpp
Kalimdor/Ragefire/Ragefire_boss_Bazzalan.cc
Kalimdor/Ragefire/Ragefire_boss_Jergosh_the_Invoker.cc
Kalimdor/Ragefire/Ragefire_boss_Oggleflint.cc
Kalimdor/Ragefire/Ragefire_boss_Taragaman_the_Hungerer.cc
Kalimdor/Ragefire/Neltharion_Ragefire_Chasm.h
)

SOURCE_GROUP(Kalimdor FILES
Expand Down

0 comments on commit e2bb34c

Please sign in to comment.