Quote:
Originally Posted by OblivionMage
Does using <item=(ID)></item> make it any more efficient?
|
I beleive that right now it still looks up the name from wowhead.
if you did
[item=12345]Item Name[/item] , it should bypass the http get.
What i have done in the past on my own server is download a list of item id -> item name from wowhead.com itself. I can do that again at regular intervals and have those available. That will prevent the http get completly.