Skip to content

Commit

Permalink
[z0471] Delete Boss Ironaya and move to ACID.
Browse files Browse the repository at this point in the history
Signed-off-by: Salja <[email protected]>
  • Loading branch information
Salja authored and TheLuda committed Sep 24, 2011
1 parent 003c36e commit faddf07
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 119 deletions.
1 change: 0 additions & 1 deletion VC100/100ScriptDev0.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@
<ClCompile Include="..\scripts\eastern_kingdoms\sunken_temple\instance_sunken_temple.cpp" />
<ClCompile Include="..\scripts\eastern_kingdoms\sunken_temple\sunken_temple.cpp" />
<ClCompile Include="..\scripts\eastern_kingdoms\uldaman\boss_archaedas.cpp" />
<ClCompile Include="..\scripts\eastern_kingdoms\uldaman\boss_ironaya.cpp" />
<ClCompile Include="..\scripts\eastern_kingdoms\uldaman\uldaman.cpp" />
<ClCompile Include="..\scripts\eastern_kingdoms\uldaman\instance_uldaman.cpp" />
<ClCompile Include="..\scripts\eastern_kingdoms\zulgurub\boss_arlokk.cpp" />
Expand Down
3 changes: 0 additions & 3 deletions VC100/100ScriptDev0.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,6 @@
<ClCompile Include="..\scripts\eastern_kingdoms\uldaman\boss_archaedas.cpp">
<Filter>scripts\eastern_kingdoms\uldaman</Filter>
</ClCompile>
<ClCompile Include="..\scripts\eastern_kingdoms\uldaman\boss_ironaya.cpp">
<Filter>scripts\eastern_kingdoms\uldaman</Filter>
</ClCompile>
<ClCompile Include="..\scripts\eastern_kingdoms\uldaman\uldaman.cpp">
<Filter>scripts\eastern_kingdoms\uldaman</Filter>
</ClCompile>
Expand Down
4 changes: 0 additions & 4 deletions VC90/90ScriptDev0.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -1302,10 +1302,6 @@
RelativePath="..\scripts\eastern_kingdoms\uldaman\boss_archaedas.cpp"
>
</File>
<File
RelativePath="..\scripts\eastern_kingdoms\uldaman\boss_ironaya.cpp"
>
</File>
<File
RelativePath="..\scripts\eastern_kingdoms\uldaman\uldaman.cpp"
>
Expand Down
108 changes: 0 additions & 108 deletions scripts/eastern_kingdoms/uldaman/boss_ironaya.cpp

This file was deleted.

1 change: 1 addition & 0 deletions sql/Updates/z0471_rxxxx_mangoszero.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE creature_template SET ScriptName='' WHERE entry=7228;
2 changes: 0 additions & 2 deletions system/ScriptLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ extern void AddSC_stratholme();
extern void AddSC_instance_sunken_temple(); //sunken_temple
extern void AddSC_sunken_temple();
extern void AddSC_boss_archaedas(); //uldaman
extern void AddSC_boss_ironaya();
extern void AddSC_uldaman();
extern void AddSC_instance_uldaman();
extern void AddSC_boss_arlokk(); //zulgurub
Expand Down Expand Up @@ -353,7 +352,6 @@ void AddScripts()
AddSC_instance_sunken_temple(); //sunken_temple
AddSC_sunken_temple();
AddSC_boss_archaedas(); //uldaman
AddSC_boss_ironaya();
AddSC_uldaman();
AddSC_instance_uldaman();
AddSC_boss_arlokk(); //zulgurub
Expand Down
2 changes: 1 addition & 1 deletion system/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0470"
#define REVISION_NR "0471"
#endif // __REVISION_NR_H__

0 comments on commit faddf07

Please sign in to comment.