Jump to content
TrinityCore

blackcat2

Members
  • Posts

    299
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by blackcat2

  1. It's been a while since I had to extract vmaps, but we don't need the old spliconfig.txt file anymore do we?

    This is the content of that file

    
    # list of map names
    
    
    509 #AhnQiraj  
    
    469 #BlackwingLair
    
    189 #MonasteryInstances
    
    030 #PVPZone01
    
    037 #PVPZone02
    
    033 #Shadowfang
    
    533 #Stratholme Raid
    
    209 #TanarisInstance
    
    309 #Zul'gurub
    
    560 #HillsbradPast
    
    534 #HyjalPast
    
    532 #Karazahn
    
    543 #HellfireRampart
    
    568 #ZulAman
    
    564 #BlackTemple
    
    

  2. Mine is a bit different, using the following revision (https://github.com/TrinityCore/TrinityCore/commit/03f3a2a6367742895620d8786477a27fcce016b9)

    I got the following error during compilation

    
    Error    1    fatal error C1189: #error :  sizeof(void *) is neither sizeof(int) nor sizeof(long) nor sizeof(long long)    D:\Trinity Project\Custom with patches\dep\mysqllite\include\my_global.h    947    libmysql
    
    Error    2    fatal error LNK1181: cannot open input file '..\..\..\dep\mysqllite\Release\libmysql.lib'    authserver    authserver
    
    Error    3    fatal error LNK1181: cannot open input file '..\..\..\dep\mysqllite\Release\libmysql.lib'    worldserver    worldserver
    
    

  3. Fixed. Changed column 'accountId' to column 'account'. Fixed it. Still having problems with the git though.

    Manually changing DB field name without knowing why your DB is different from what the core expect is a recipe for disaster. You might have corruption later on too. Check again which DB revision you use and which core revision you use.

    You better off go through the SQL updates, checking which revision you missed out this change because changing the field name may not be the only change submitted on that revision.

    Cheers...

    BC

×
×
  • Create New...