Jump to content
TrinityCore

Zeni

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Zeni

  1. What was used to insert the database..? :mellow:

    `itemEntry` mediumint(8) unsigned NOT NULL DEFAULT '0',

    => I suspect this is the cause . It's in the characters_database.sql . Need to delete this entry from the item_instance related query. Any hints please ?

    LE : Fixed it. Just drop the item_instance table and rebuild it with the itemEntry column in it.

  2. no these two

    I used Jayzee's query (Thank you btw ) replacing it with my linked_respawn fields. Now, after ./worldserver, this happens :

    [ERROR]: In mysql_stmt_prepare() id: 27, sql: "SELECT creatorGuid, giftCreatorGuid, count, duration, charges, flags, enchantments, randomPropertyId, durability, playedTime, text, bag, slot, item, itemEntry FROM character_inventory ci JOIN item_instance ii ON ci.item = ii.guid WHERE ci.guid = ? ORDER BY bag, slot"
    
    [ERROR]: Unknown column 'itemEntry' in 'field list'

    Abracadabra ! Any reappearances on this one ?

×
×
  • Create New...