-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sunken Temple appears on lists as "undefined" #227
Comments
probably still using the open world area id for sunken temple. |
There are other zones that are undefined. Champion's Hall: https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?zone=2918 |
The Great Sea: https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?zone=207 (even though this looks more like Deadmines. I'm not sure what's up with that) |
I re-run |
now that I re-run the aowow sql setup, this issue appeared again (and should be re-opened) |
@Sarjuuk if I check https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?zone=1417 I see the zone is Sunken Temple and has id 1417. aowow/static/js/locale_enus.js Line 2037 in c65bd88
aowow/static/js/locale_enus.js Line 398 in c65bd88
SELECT * FROM creature WHERE zoneid = 1417 OR areaId = 1417; gives 0 results.
Is there a typo in the static js files ? https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?zone=2918 zone 2918 is missing from aowow/static/js/locale_enus.js Line 1970 in c65bd88
|
|
well Line 8528 in c65bd88
in addition to that it might be good to refresh the list of zones as there are quite a few missing what about something like SELECT CONCAT(LPAD(id, 4, " "), ": '", REPLACE(name_loc0, '\'', '\\\''), "',") FROM aowow.aowow_zones; to get the zones from the db into the js ? is there a reason to exclude some zones ? |
I opened a PR at TrinityCore#41 (maybe I should I opened it on this repo but I noticed too late). I applied it on tcubuntu, you can see the result by clearing your browser cache and visiting these urls: |
https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?zone=1417
Also on items:
https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?item=10454
The text was updated successfully, but these errors were encountered: