Add missing zones to enus
Include the zones retrieved with this query (which might not be correct but it adds a lot of zones):
SELECT CONCAT(LPAD(id, 4, " "), ": '", REPLACE(name_loc0, '\'', '\\\''), "',") FROM aowow.aowow_zones;
Fixes #227
@Sarjuuk could you take a look at this ?
Refering to #227, this doesn't fix the real problem that the assigned zone is wrong. You just give a name to the wrong zone.
you might argue future-proofing the js variables for custom Quest zoneOrSort but even then this PR only provides locales to the frontend static/js/locale_xxXX.js) in 1 out of 6 locales and none to the backend localization/locale_xxXX.php
well, what about https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?zone=2918 ? is that wrong zone too ? or is it missing the zone name only ?
those were instanced until wotlk, when they became part of the open world. (no idea why there are still NPCs spawned inside)
areaTable.dbc id: 2918 => mapId: 449
map.dbc id: 449 => name_loc0 => AlliancePVPBarracks
it sounds good if you want to close this PR, but please reopen https://github.com/Sarjuuk/aowow/issues/227 . Let me know if there is something to do to fix it (I guess you have the same issue locally or ?)