Jump to content
  • [MANGOSTWO] Strange DB Behavior


    Le Froid
    • Status: Completed
      Main Category: Core / Mangos Daemon
      Sub-Category: Code Enhancement
      Version: 0.20 Milestone: 20 Priority: Normal
      Implemented Version: 0.20

    Fix for some db errors

    I think I located one source of the DB errors in the console.
    I compared cmangos' DB Object Manager to mangos and they have a lower value for the definition MAX_MANGOS_STRING_ID (which is responsible for the 'missing string id' errors)

    I'm too lazy to bother committing my changes to a local git repo to fetch the diff file, so to apply the fix simply open the src/game/ObjectMgr.h file, search for MAX_MANGOS_STRING_ID and edit the line to match the following:
    [quote]
    #define MAX_MANGOS_STRING_ID 2000000000
    [/quote]

    There are still quite a few errors remaining, of which I'll continue searching for although some help would be appreciated!


    User Feedback

    Recommended Comments



    Guest
    This is now closed for further comments

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use