Thread: WOD/Pre-patch
View Single Post
12-08-14, 12:40 PM   #685
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Ok, i got the continents + zones table. But i see one Zone form Zones.lua file which have continent number 8 which is not in continents from NxMapData.lua:

Code:
[737] = L["The Maelstrom"] .. "|1|85|2|8||",
Is that wrong or it has some purpose? I think The Maelstrom continent is number 5 in NxMapData.lua so it should be corrected?

Code:
[5] = {
		Name = "The Maelstrom",
		FileName = "TheMaelstromContinent",
		X = 1700,
		Y = -1500,
	},
Other thing that most Raids and Dungeons form Zones.lua are also in continent number 5 ...

Last edited by ircdirk : 12-08-14 at 12:47 PM.