Greetings,
there is an addon called Delocalizator ( Delocalizator : Data Mods : WoWInterface Downloads ), which is a life saver for any Russian player who transferred from EU to RU.
it translates items, spells, talents etc back into english.
unfortunatelly the addon have not been updated since Ulduar.
The addon has 2 db files Itemdata.lua and spelldata.lua which needs to be updated to the current build.
I myself, have little experience with databases, so i humbly beg for your assistance.
i need the itemdata and spelldata downloaded from the DB to look like this:
Code:
[46340] = "Adamant Handguards",
[46341] = "Drape of the Spellweaver",
[46342] = "Golemheart Longbow",
[46343] = "Fervor of the Protectorate",
[46344] = "Iceshear Mantle",
[46346] = "Boots of Unsettled Prey",
[46350] = "Pillar of Fortitude",
[46351] = "Bloodcrush Cudgel",
[46359] = "Velociraptor Skull",
[46361] = "Crafted Star",
[46372] = "Glyph of Survival Instincts",
[46376] = "Flask of the Frost Wyrm",
[46377] = "Flask of Endless Rage",
[46378] = "Flask of Pure Mojo",
[46379] = "Flask of Stoneblood",
Can anyone help me?