Jump to content
TrinityCore

Malcrom

Members
  • Posts

    1348
  • Joined

  • Last visited

  • Days Won

    107

Posts posted by Malcrom

  1. hi i just pulled again some updates stashed my things before and pulled and just apply my stash again but now im compiling and getting errors why?

    6>..\..\..\..\Backup\scripts\Npc_Beastmaster.cpp(25) : error C2039: 'CloseGossip' : is not a member of 'PlayerMenu'

    6> H:\TrinityCore\src\server\game\Entities\Creature\GossipDef.h(249) : see declaration of 'PlayerMenu'

    6>..\..\..\..\Backup\scripts\Npc_Beastmaster.cpp(31) : error C2039: 'CloseGossip' : is not a member of 'PlayerMenu'

    6> H:\TrinityCore\src\server\game\Entities\Creature\GossipDef.h(249) : see declaration of 'PlayerMenu'

    6>..\..\..\..\Backup\scripts\Npc_Beastmaster.cpp(71) : error C2039: 'CloseGossip' : is not a member of 'PlayerMenu'

    6> H:\TrinityCore\src\server\game\Entities\Creature\GossipDef.h(249) : see declaration of 'PlayerMenu'

    6>..\..\..\..\Backup\scripts\Npc_Beastmaster.cpp(166) : error C2039: 'SEND_VENDORLIST' : is not a member of 'Player'

    it has something to do with my Beastmaster script but before it was working fine with no problems so please can somebody help me?

    Why don't you look at the last commit. hint "CloseGossip"

    Another hint......


    -#define CLOSE_GOSSIP_MENU() PlayerTalkClass->CloseGossip()
    +#define CLOSE_GOSSIP_MENU() PlayerTalkClass->SendCloseGossip()[/code]

  2. There is nothing called "import" when I right click on a database.

    In the right click menu, the options are Edit, drop, empty table(s), run routines(s), Create new, Export database as SQL, Maintenance, Find text on server, Bulk table editor, Expand all, collapse all, display size of objects, select session background color, print, refresh.

    There is no "import".

    Try SQLyog

×
×
  • Create New...