refactor(Core/Scripts): move npc_maredis_firestar to DB gossip (#25192)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cfeb6d8551
commit
dc10485d8a
3 changed files with 24 additions and 94 deletions
|
|
@ -162,7 +162,7 @@ void AddSC_undercity();
|
|||
void AddSC_western_plaguelands();
|
||||
void AddSC_westfall();
|
||||
//void AddSC_wetlands();
|
||||
void AddSC_burning_steppes();
|
||||
//void AddSC_burning_steppes();
|
||||
|
||||
// The name of this function should match:
|
||||
// void Add${NameOfDirectory}Scripts()
|
||||
|
|
@ -314,5 +314,5 @@ void AddEasternKingdomsScripts()
|
|||
AddSC_western_plaguelands();
|
||||
AddSC_westfall();
|
||||
//AddSC_wetlands();
|
||||
AddSC_burning_steppes();
|
||||
//AddSC_burning_steppes();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue