Sure : in the database you're running you must edit the "Archery" Record in the "Specialization" Table1)
Can I solve this problem by changing SQL Database ? or dolserver C# sourcecode ?
UPDATE `Specialization` SET `Implementation` = 'DOL.GS.LiveSpellHybridSpecialization' WHERE `KeyName` LIKE 'Archery';
SELECT * FROM `linexspell` LEFT JOIN `spell` ON `linexspell`.`SpellID` = `spell`.`SpellID` WHERE `linexspell`.`LineName` LIKE 'Archery' ORDER BY `linexspell`.`Level`UPDATE `Specialization` SET `Implementation` = 'DOL.GS.LiveSpellHybridSpecialization' WHERE `KeyName` LIKE 'Archery';Users browsing this forum: Bing [Bot] and 1 guest