Skip to content

Commit

Permalink
BF: Completly remove boss the maker script, and add it to acid and sp…
Browse files Browse the repository at this point in the history
…ell_list

Closes #681
  • Loading branch information
miraco authored and killerwife committed Jun 26, 2024
1 parent e629d4c commit 5e454e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 115 deletions.
1 change: 0 additions & 1 deletion sql/scriptdev2/scriptdev2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,6 @@ UPDATE creature_template SET ScriptName='boss_krosh_firehand' WHERE entry=18832;

/* BLOOD FURNACE */
/* The Maker,Broggok,Kelidan,Broggok's cloud */
UPDATE creature_template SET ScriptName='boss_the_maker' WHERE entry=17381;
UPDATE creature_template SET ScriptName='boss_broggok' WHERE entry=17380;
UPDATE creature_template SET ScriptName='boss_kelidan_the_breaker' WHERE entry=17377;
UPDATE creature_template SET ScriptName='mob_shadowmoon_channeler' WHERE entry=17653;
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions src/game/AI/ScriptDevAI/system/ScriptLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ extern void AddSC_boss_high_king_maulgar();
extern void AddSC_instance_gruuls_lair();
extern void AddSC_boss_broggok(); // HC, blood_furnace
extern void AddSC_boss_kelidan_the_breaker();
extern void AddSC_boss_the_maker();
extern void AddSC_instance_blood_furnace();
extern void AddSC_boss_nazan_and_vazruden(); // HC, hellfire_ramparts
extern void AddSC_boss_omor_the_unscarred();
Expand Down Expand Up @@ -684,7 +683,6 @@ void AddScripts()
AddSC_instance_gruuls_lair();
AddSC_boss_broggok(); // HC, blood_furnace
AddSC_boss_kelidan_the_breaker();
AddSC_boss_the_maker();
AddSC_instance_blood_furnace();
AddSC_boss_nazan_and_vazruden(); // HC, hellfire_ramparts
AddSC_boss_omor_the_unscarred();
Expand Down

0 comments on commit 5e454e5

Please sign in to comment.