Skip to content

[TC] [AC] [Bug/Crash] [Group/Spell/Core] Missing columns in table #1033

@darkness3285

Description

@darkness3285

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that my issue may get closed without notice if I intentionally remove or skip any mandatory* field

Current behaviour

The latest core update (January 2026) fails to start due to a SQL Error 1054. The system is looking for specific columns in the Wandering Bots movement table that are neither present in the base TDB nor provided in the sql/updates folder.

Error Log: [1054] Unknown column 'minwaittime' in 'field list' (Note: Also occurs for 'maxwaittime' and 'proximity' during execution).

Affected Table: creature_template_npcbot_wander_nodes

Missing Columns:

minwaittime (int)

maxwaittime (int)

proximity (float/int)

Additional Note: Existing update scripts do not cover these changes, forcing a manual fix to allow the worldserver to initialize properly.

Expected behaviour

No response

Crashlog

No response

Steps to reproduce the problem

No response

TrinityCore or AzerothCore

TrinityCore

Core rev. hash/commit

TrinityCore rev. 8afc0777023c+ 2026-01-26 15:15:52 +0100 (3.3.5 branch) (Windows, AMD64, Release, Static) (worldserver-daemon)

Operating system

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions