zanix wrote:Just upload your profile and the talents will fix themselves
ALTER TABLE `XXroster_talents` DROP PRIMARY KEY ,
ADD PRIMARY KEY ( `member_id` , `tree` , `row` , `column`, `maxrank` )
Database Error1366: Incorrect integer value: ':' for column 'column' at row 1
SQL:
INSERT INTO `roster_talents` SET `member_id` = '70', `name` = 'Chimera Shot', `tree` = 'Marksmanship', `tooltip` = 'Chimera Shot\nRank 1/1\n514 Mana 5-41 yd range\nInstant cast 10 sec cooldown\nRequires Ranged Weapon\nYou deal 125% weapon damage, refreshing the current Sting on your target and triggering an effect:\n\nSerpent Sting - Instantly deals 40% of the damage done by your Serpent Sting.\n\nViper Sting - Instantly restores mana to you equal to 60% of the total amount drained by your Viper Sting.\n\nScorpid Sting - Attempts to Disarm the target for 10 sec. This effect cannot occur more than once per 1 minute.', `texture` = 'ability_hunter_chimerashot2', `row` = '1', `column` = ':', `rank` = '1', `maxrank` = '1'
File: lib\dbal\mysql.php
Line: 240
$this->add_value('row', substr($data_talent_skill['Location'], 0, 1) );
$this->add_value('column', substr($data_talent_skill['Location'], 2, 1) );
list($locationr,$locationc ) = explode(":", $data_talent_skill['Location'], 2);
$this->add_value('row', $locationr );
$this->add_value('column', $locationc );
Ulminia wrote:AnthonyB
your errir is caused by an array issue
find
- Code: Select all
$this->add_value('row', substr($data_talent_skill['Location'], 0, 1) );
$this->add_value('column', substr($data_talent_skill['Location'], 2, 1) );
AnthonyB wrote:hmm.. I think I'm getting a related issue but with a different error:Database Error1366: Incorrect integer value: ':' for column 'column' at row 1
SQL:
INSERT INTO `roster_talents` SET `member_id` = '70', `name` = ......
Yep, we have.cwpc wrote:Do we have any ETA on a new image pack to add the new talent icons?
cwpc wrote:also an update to roster to enable the higher levels and Inscription and Achievments (dont know if a change is needed to CP for achievments as well)?
Return to General Support & Feedback
Users browsing this forum: No registered users and 1 guest