Skip to content
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

Gameobject isn't dumped to sql in a locale other than enUS #766

Open
ellingtonsantos opened this issue Apr 28, 2023 · 2 comments
Open

Gameobject isn't dumped to sql in a locale other than enUS #766

ellingtonsantos opened this issue Apr 28, 2023 · 2 comments

Comments

@ellingtonsantos
Copy link
Contributor

If dumping a sniff in another locale than enUS to SQL, gameobject_template doesn't populate name and castBarCaption neither gameobject_template_locale table.

@Thordekk
Copy link

wich build? to me work perfect

@ellingtonsantos
Copy link
Contributor Author

Sorry, I forgot to specify: 1.14.3 last build.

There are coments in source code filtering gameobject_template fields to not populate another lang besides enUS and locale table isn't implemented:

WowPacketParser/Store/Objects/GameObjectTemplate.cs

[DBFieldName("name", LocaleConstant.enUS)] // ToDo: Add locale support
...
[DBFieldName("castBarCaption", LocaleConstant.enUS)] // ToDo: Add locale support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants