Shopping Mall Problem

Results 1 to 2 of 2
  1. #1
    Newbie n00blet88 is offline
    MemberRank
    Sep 2007 Join Date
    4Posts

    Question Shopping Mall Problem

    Hello I got the shopping mall DB and when i go into Navicat and click execute batch find the file and click execute it brings up

    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] /* Creature_Proto */
    INSERT INTO creature_proto VALUES (50000, 100, 100, 1741, 1000000, 1000000, 100000, 1, 4, 100, 10000, 10000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 5, 5, 5, 5, 5, 5, 1, 1, "", 0, 0, 0, 0);
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------


  2. #2
    Newbie sallaw is offline
    MemberRank
    Feb 2007 Join Date
    12Posts

    Re: Shopping Mall Problem

    Quote Originally Posted by n00blet88 View Post
    Hello I got the shopping mall DB and when i go into Navicat and click execute batch find the file and click execute it brings up

    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] /* Creature_Proto */
    INSERT INTO creature_proto VALUES (50000, 100, 100, 1741, 1000000, 1000000, 100000, 1, 4, 100, 10000, 10000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 5, 5, 5, 5, 5, 5, 1, 1, "", 0, 0, 0, 0);
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------
    That is not compatible with the new creature proto values....you need to set up a dummy database with the old db version amd run the creature_proto sql update on it...make sure the creature_proto is clean except for that entery....dump the creature proto to sql and run that sql on yer db...bam...good to go



Advertisement