Feat (Core\DB\Event) Children of Goldshire (WIP) (#10022)

* (WIP\Event) Children of Goldshire

Currently Compiles with no issues, sql runs fine, Can't seem to get cameron to trigger on the event start.

* Capitalization

* Remove Include

Not sure why it says it isnt found. Most likely was not needed.

* Rename Per Suggested

Rename per @Malcrom 's request

* SQL

Sorry i forgot to push it from my local

* Update zone_elwynn_forest.cpp

* Update rev_1641388762527715027.sql

* NPC's Move Fix

Now to audit the whole event naturally

* remove double

* White space removal

* added override per testing recommendation

* Utiilizing Malcroms PathEndReached

Co-Authored-By: Malcrom <malcromdev@gmail.com>

* Final Draft

All works now.

* abc order adjustment

* Adjust Time for Runaway Lisa

Co-authored-by: Malcrom <malcromdev@gmail.com>
This commit is contained in:
acidmanifesto 2022-01-05 19:54:30 +01:00 committed by GitHub
parent 2bc373b4f6
commit 6f98d32790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 458 additions and 0 deletions

View file

@ -144,6 +144,7 @@ void AddSC_arathi_highlands();
void AddSC_blasted_lands();
void AddSC_duskwood();
void AddSC_eastern_plaguelands();
void AddSC_elwynn_forest();
void AddSC_eversong_woods();
void AddSC_ghostlands();
void AddSC_hinterlands();
@ -292,6 +293,7 @@ void AddEasternKingdomsScripts()
AddSC_blasted_lands();
AddSC_duskwood();
AddSC_eastern_plaguelands();
AddSC_elwynn_forest();
AddSC_eversong_woods();
AddSC_ghostlands();
AddSC_hinterlands();