fix(Script/Gossip) Mathredis Firestar (#8895)
This commit is contained in:
parent
6c1dc5596c
commit
366fd4653c
3 changed files with 129 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue