Thread: WOD/Pre-patch
View Single Post
11-22-14, 04:28 AM   #395
atl77
A Chromatic Dragonspawn
Join Date: Oct 2014
Posts: 179
Originally Posted by cryangel View Post
How do I fix this bug?
First of all, please report bugs in the correct section of this forum or directly on github.

Second, in the object you posted, Tx is correctly set, but it seems that it gets lost on the way.

Change line 1599 to read

Lua Code:
  1. local icon = map:AddIconPt ("!POI", wx, wy, nil, "Interface\\Icons\\" .. (folder.Tx or "INV_Misc_Note_02"))

instead of

Lua Code:
  1. local icon = map:AddIconPt ("!POI", wx, wy, nil, "Interface\\Icons\\" .. folder.Tx)

This should take care of the error; in the meantime we will try to figure out what happened.