diff options
Diffstat (limited to 'src')
3 files changed, 34 insertions, 2 deletions
diff --git a/src/bindings/scripts/VC80/80ScriptDev2.vcproj b/src/bindings/scripts/VC80/80ScriptDev2.vcproj index 85dd4c5af8f..a74d510d5af 100644 --- a/src/bindings/scripts/VC80/80ScriptDev2.vcproj +++ b/src/bindings/scripts/VC80/80ScriptDev2.vcproj @@ -1230,13 +1230,29 @@ Name="Blackfathom Depths" > <File - RelativePath="..\scripts\kalimdor\blackfathom_depths\instance_blackfathom_deeps.cpp" + RelativePath="..\scripts\kalimdor\blackfathom_depths\blackfathom_deeps.cpp" > </File> <File RelativePath="..\scripts\kalimdor\blackfathom_depths\blackfathom_deeps.h" > </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_aku_mai.cpp" + > + </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_gelihast.cpp" + > + </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_kelris.cpp" + > + </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\instance_blackfathom_deeps.cpp" + > + </File> </Filter> <Filter Name="Caverns of Time" diff --git a/src/bindings/scripts/VC90/90ScriptDev2.vcproj b/src/bindings/scripts/VC90/90ScriptDev2.vcproj index 0dc177b27a1..570b5721afe 100644 --- a/src/bindings/scripts/VC90/90ScriptDev2.vcproj +++ b/src/bindings/scripts/VC90/90ScriptDev2.vcproj @@ -1315,10 +1315,26 @@ Name="Blackfathom Depths" > <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\blackfathom_deeps.cpp" + > + </File> + <File RelativePath="..\scripts\kalimdor\blackfathom_depths\blackfathom_deeps.h" > </File> <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_aku_mai.cpp" + > + </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_gelihast.cpp" + > + </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_kelris.cpp" + > + </File> + <File RelativePath="..\scripts\kalimdor\blackfathom_depths\instance_blackfathom_deeps.cpp" > </File> diff --git a/src/bindings/scripts/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp b/src/bindings/scripts/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp index 4e49bfb1c17..39f52a35d00 100644 --- a/src/bindings/scripts/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp +++ b/src/bindings/scripts/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp @@ -46,7 +46,7 @@ bool GoHello_blackfathom_fire(Player *pPlayer, GameObject* pGo) } -bool AddSC_blackfathom_deeps() +void AddSC_blackfathom_deeps() { Script *newscript; newscript = new Script; |