WoW:Getting the current interface number (source)
Revision as of 03:21, 19 November 2017
, 19 November 2017Wrong build number
(CategorySelect - Adding categories) |
(Wrong build number) |
||
| Line 3: | Line 3: | ||
## Interface: 70000 | ## Interface: 70000 | ||
Here, 70000 would mean that the AddOn is designed against the Patch 7.0.0 client (which doesn't technically exist, [[Patch 7.0.3]] is the pre-patch release). If the interface was only compatible with a specific release like Patch 7.0.3 it most likely contains a line similar to: | Here, 70000 would mean that the AddOn is designed against the Patch 7.0.0 client (which doesn't technically exist, [[Patch 7.0.3]] is the pre-patch release). If the interface was only compatible with a specific release like Patch 7.0.3 it most likely contains a line similar to: | ||
## Interface: | ## Interface: 70000 | ||
== Reference == | == Reference == | ||