This will show that you have replaced an addon with an older version in RosterCP->Manage AddOns
To fix this, simply edit the database directly
Table: roster_addon
For each Roster bundled addon, change the version field to
- Code: Select all
1.9.9.1432
Or you can use this sql code
- Code: Select all
UPDATE `roster_addon` SET `version` = '1.9.9.1431' WHERE `basename` IN('guildbank','guildinfo','info','keys','memberslist','news','professions','pvplog','questlist');
This was done because it will be easier to upgrade these addons as the beta moves along and so they can be called 2.0.0 on the release of Roster