fix(Script/Gossip) Mathredis Firestar (#8895)

This commit is contained in:
Malcrom 2021-11-05 02:15:33 -03:00 committed by GitHub
parent 6c1dc5596c
commit 366fd4653c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 129 additions and 0 deletions

View file

@ -148,6 +148,7 @@ void AddSC_undercity();
void AddSC_western_plaguelands();
void AddSC_westfall();
//void AddSC_wetlands();
void AddSC_burning_steppes();
// The name of this function should match:
// void Add${NameOfDirectory}Scripts()
@ -285,4 +286,5 @@ void AddEasternKingdomsScripts()
AddSC_western_plaguelands();
AddSC_westfall();
//AddSC_wetlands();
AddSC_burning_steppes();
}