7 - X-LoadOn-Class buggy
Dokumentation on "## X-LoadOn-<tag>: <value(s)>" says
Class Priest, Paladin, Druid Load the addon if the player is one of the specified classes. Note: only use English class names, comma-separated
That does not work. I checked the Code in "Conditions.lua"; and it seems that it does not check for containment but for equality. So it does work it each class has its own line.
But I think it would be making more sense if working as documented.
(I had suggested using Addon-Loader to "Decursive" and they added the line, but it does not work. I documented the work-around over there
http://www.wowace.com/projects/decursive/tickets/13-x-load-on-class-buggy/
)
Edit: Writing each class on it's own line did not work either. So there is no workaround and it's up to you to fix that ...
| User | When | Change |
|---|---|---|
| Ammo | Sun, 14 Jun 2009 12:31:04 | Changed status from New to Fixed |
| Petraca | Sun, 14 Jun 2009 11:14:30 | Changed description:http://www.wowace.com/projects/decursive/tickets/13-x-load-on-class-buggy/ ) + + Edit: Writing each class on it's own line did not work either. So there is no workaround and it's up to you to fix that ... |
| Petraca | Sun, 14 Jun 2009 10:40:16 | Changed description:That does not work. I checked the Code in "Conditions.lua" and it seems that it does not check for containment but for equality. So it does work it each class has its own line. But I think it would be making more sense if working as documented. + + (I had suggested using Addon-Loader to "Decursive" and they added the line, but it does not work. I documented the work-around over there + + http://www.wowace.com/projects/decursive/tickets/13-x-load-on-class-buggy/ + + ) |
| Petraca | Sun, 14 Jun 2009 10:35:01 | Create |