azerothcore / mod-eluna

Eluna Lua Engine © for WoW Emulators
https://elunaluaengine.github.io/
GNU General Public License v3.0
96 stars 126 forks source link

How can creature get the local name? #154

Closed icaca closed 10 months ago

icaca commented 11 months ago

creature:GetName() returns the name of the creation_template table, not the locale table

55Honey commented 11 months ago

Do you want the name of the creature for the client's locale or for the server's locale?

icaca commented 11 months ago

server's locale Something similar to Item:GetItemLink.

55Honey commented 11 months ago

I'm not aware of a way to do that currently. My recommendation is to reach out on discord for such questions.