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:
Andrew 2026-03-23 21:45:55 -03:00 committed by GitHub
parent cfeb6d8551
commit dc10485d8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 94 deletions

View file

@ -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();
}