1
0
Bifurcation 0

Hacks. Why do I have to create hacks? Hack to 'eliminate' the Alterac Mountains related error.

Cette révision appartient à :
Nathanial.C.Jones 2011-01-28 03:28:00 +00:00
Parent 36f26ecaeb
révision ffb0ffb712
1 fichiers modifiés avec 4 ajouts et 2 suppressions

Voir le fichier

@ -46,8 +46,10 @@ local function AppendObjlinks(target, source, tooltips, icon, last_name, map_lin
for m, v in ipairs(source.loc) do
QuestHelper: Assert(target)
QuestHelper: Assert(QuestHelper_ParentLookup)
QuestHelper: Assert(QuestHelper_ParentLookup[v.p], v.p)
table.insert(target, {loc = {x = v.x, y = v.y, c = QuestHelper_ParentLookup[v.p], p = v.p}, path_desc = copy(map_lines), icon_id = icon or 6})
if v.p ~= 26 then
QuestHelper: Assert(QuestHelper_ParentLookup[v.p], v.p)
table.insert(target, {loc = {x = v.x, y = v.y, c = QuestHelper_ParentLookup[v.p], p = v.p}, path_desc = copy(map_lines), icon_id = icon or 6})
end
end
end