mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core/Misc: Remove unneeded files
These 3 BlackRock Mountain scripts can be removed from source: - boss_anubshiah.cpp - boss_gorosh_the_dervish.cpp - boss_grizzle.cpp They already removed from the creatures in DB, and are currently causing DBErrors.
This commit is contained in:
@@ -102,11 +102,8 @@ void AddSC_boss_galvangar();
|
||||
void AddSC_boss_vanndar();
|
||||
void AddSC_blackrock_depths(); //Blackrock Depths
|
||||
void AddSC_boss_ambassador_flamelash();
|
||||
void AddSC_boss_anubshiah();
|
||||
void AddSC_boss_draganthaurissan();
|
||||
void AddSC_boss_general_angerforge();
|
||||
void AddSC_boss_gorosh_the_dervish();
|
||||
void AddSC_boss_grizzle();
|
||||
void AddSC_boss_high_interrogator_gerstahn();
|
||||
void AddSC_boss_magmus();
|
||||
void AddSC_boss_moira_bronzebeard();
|
||||
@@ -804,11 +801,8 @@ void AddEasternKingdomsScripts()
|
||||
AddSC_boss_vanndar();
|
||||
AddSC_blackrock_depths(); //Blackrock Depths
|
||||
AddSC_boss_ambassador_flamelash();
|
||||
AddSC_boss_anubshiah();
|
||||
AddSC_boss_draganthaurissan();
|
||||
AddSC_boss_general_angerforge();
|
||||
AddSC_boss_gorosh_the_dervish();
|
||||
AddSC_boss_grizzle();
|
||||
AddSC_boss_high_interrogator_gerstahn();
|
||||
AddSC_boss_magmus();
|
||||
AddSC_boss_moira_bronzebeard();
|
||||
|
||||
Reference in New Issue
Block a user