Navigation menu

WoW:API GetBuildInfo: Difference between revisions

Jump to navigation Jump to search
no edit summary
(4th return is a number, not a string. Also, it's 20400, not 24000)
No edit summary
Line 21: Line 21:
  date = "May  1 2008"
  date = "May  1 2008"
  tocversion = 20400
  tocversion = 20400
Try this macro:
/script v, b, d, t = GetBuildInfo()
/script print(string.format("version = %s, build = %s, date = '%s', tocversion = %s.", v, b, d, t))
----
----
Anonymous user