[Mangos] Character Creation Troubles

Results 1 to 3 of 3
  1. #1
    Apprentice Ahren is offline
    MemberRank
    Nov 2006 Join Date
    11Posts

    [Mangos] Character Creation Troubles

    Everything up to the point of character creation is fine, but once I get to that, all created characters are naked, and have no spells.

    I looked through my logs to find this:
    Code:
    2006-11-08 17:30:11 ERROR:SQL: SELECT `itemid`,`amount` FROM `playercreateinfo_item` WHERE `race` = '2' AND `class` = '1'
    2006-11-08 17:30:11 ERROR:query ERROR: Unknown column 'race' in 'where clause'
    2006-11-08 17:30:11 ERROR:SQL: SELECT `Spell`,`Active` FROM `playercreateinfo_spell` WHERE `race` = '2' AND `class` = '1'
    2006-11-08 17:30:11 ERROR:query ERROR: Unknown column 'race' in 'where clause'
    2006-11-08 17:30:11 ERROR:SQL: SELECT `Skill`, `SkillMin`, `SkillMax` FROM `playercreateinfo_skill` WHERE `race` = '2' AND `class` = '1'
    2006-11-08 17:30:11 ERROR:query ERROR: Unknown column 'race' in 'where clause'
    2006-11-08 17:30:11 ERROR:SQL: SELECT
    It's right those columns don't exist in my database. I'm using Mangos 2614 and SDB 0.5.2 Rev 272. Should I be using something different? I had a similar problem with my realmdb database but it was simple to fix, whereas this would require a lot of fixing so i'm assuming that I have something wrong here.


  2. #2
    Apprentice draculas is offline
    MemberRank
    Feb 2006 Join Date
    BucharestLocation
    12Posts

    playercreateinfo_skill

    Quote Originally Posted by Ahren View Post
    Everything up to the point of character creation is fine, but once I get to that, all created characters are naked, and have no spells.

    I looked through my logs to find this:
    Code:
    2006-11-08 17:30:11 ERROR:SQL: SELECT `itemid`,`amount` FROM `playercreateinfo_item` WHERE `race` = '2' AND `class` = '1'
    2006-11-08 17:30:11 ERROR:query ERROR: Unknown column 'race' in 'where clause'
    2006-11-08 17:30:11 ERROR:SQL: SELECT `Spell`,`Active` FROM `playercreateinfo_spell` WHERE `race` = '2' AND `class` = '1'
    2006-11-08 17:30:11 ERROR:query ERROR: Unknown column 'race' in 'where clause'
    2006-11-08 17:30:11 ERROR:SQL: SELECT `Skill`, `SkillMin`, `SkillMax` FROM `playercreateinfo_skill` WHERE `race` = '2' AND `class` = '1'
    2006-11-08 17:30:11 ERROR:query ERROR: Unknown column 'race' in 'where clause'
    2006-11-08 17:30:11 ERROR:SQL: SELECT
    It's right those columns don't exist in my database. I'm using Mangos 2614 and SDB 0.5.2 Rev 272. Should I be using something different? I had a similar problem with my realmdb database but it was simple to fix, whereas this would require a lot of fixing so i'm assuming that I have something wrong here.
    The same here.
    Thank you for help !

  3. #3
    Member merzliakov is offline
    MemberRank
    Jun 2006 Join Date
    82Posts
    Apply to DB sql updates from mangos sql/updates directory.



Advertisement