refactor(DB/Quest): move 4866 and 4224 from cpp to DB (#1415)

This commit is contained in:
Walter Pagani
2019-02-14 16:26:15 -03:00
committed by Francesco Borzì
parent dc72de9fce
commit 275dbec76d
3 changed files with 36 additions and 152 deletions

View File

@@ -203,7 +203,6 @@ void AddSC_instance_zulgurub();
//void AddSC_alterac_mountains();
void AddSC_arathi_highlands();
void AddSC_blasted_lands();
void AddSC_burning_steppes();
void AddSC_duskwood();
void AddSC_eastern_plaguelands();
void AddSC_eversong_woods();
@@ -791,7 +790,6 @@ void AddEasternKingdomsScripts()
//AddSC_alterac_mountains();
AddSC_arathi_highlands();
AddSC_blasted_lands();
AddSC_burning_steppes();
AddSC_duskwood();
AddSC_eastern_plaguelands();
AddSC_eversong_woods();