View Single Post
08-05-09, 02:24 PM   #87
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
Message: ..\AddOns\Carbonite\Carbonite.lua line 15233:
attempt to index local 'map' (a nil value)

Error is a missing map zone name. It is probably from "Hrothgar's Landing", which has been added to the main map data, which is used by the English version.

French, German and French need the correct translation in the Localization.lua file.

These tables each need the appropriate Hrothgar's Landing line added:

NXlMapNames = { -- DE
["Hrothgar's Landing"] = "Hrothgars Landestelle",

NXlMapNames = { -- FR
["Hrothgar's Landing"] = "L'Accostage de Hrothgar",

NXlMapNames = { -- ES
["Hrothgar's Landing"] = "Desembarco de Hrothgar",

I found these zone name translations on Wowhead, since I do not have a patched up EU version of the game file to look at right now. I added these to the 3.21 file, but if people using the different clients can apply and test the change, then report back, we will know if they are correct before I release 3.21.
__________________
faatal