* Add xi.quest.fameArea table, remove SANDORIA from CI
Rename for consistency
* Remove references to SANDORIA global
* Remove references to BASTOK global
* Remove references to WINDURST global
* Remove references to ZILART and ABYSSEA_ globals
* Remove references to TOAU and ROV globals
Missing ROV reference
* Remove references to SELBINA and RABAO globals
* Remove references to MHAURA and KAZHAM globals
* Remove references to ACP, ASA, and AMK globals
* Remove references to COP, WOTG globals
* Remove references to ASSAULT, SOA, ADOULIN, and CAMPAIGN globals
Additional Adoulin
* Remove references to CRYSTAL_WAR and AHT_URHGAN globals
* Removed references to OTHER_AREAS_LOG
* Remove references to NORG global
* Remove references to OUTLANDS global
* Remove references to JEUNO global
* Refactor log_ids global
* Require explicit declaration of fameArea in npcUtil.completeQuest()
This may not actually be every file, but I did the best I could.
Command applied:
find . -type f -name "*.lua" | xargs -d '\n' sed -i 's/;//g'
Semicolons are not appropriate in Lua per the style guidelines:
https://github.com/project-topaz/topaz/blob/master/CONTRIBUTING.md