49
edits
| Line 69: | Line 69: | ||
There are two big reasons: | There are two big reasons: | ||
# Code differences | # Code differences | ||
#: If there | #: If there were big enough differences between two editions of WoW for an addon, that it would be easier to just use two or more different sets of some of the code or XML files, then the addon would need different .toc files to load the different sets of code for each edition. | ||
# The 'Interface' version numbers | # The 'Interface' version numbers | ||
#: Each edition has its own series of interface version numbers. Because of this and because you only have one '## Interface:' line to specify the number, you will actually need a .toc file for each supported edition. Otherwise, users will have to click the 'load outdated' checkbox to load your addon. | #: Each edition has its own series of interface version numbers. Because of this and because you only have one '## Interface:' line to specify the number, you will actually need a .toc file for each supported edition. Otherwise, users will have to click the 'load outdated' checkbox to load your addon. | ||