Skip to content

fix: update creature_template SQL for current AC schema#80

Merged
Nyeriah merged 1 commit intoazerothcore:masterfrom
blinkysc:fix-creature-template-schema
Mar 26, 2026
Merged

fix: update creature_template SQL for current AC schema#80
Nyeriah merged 1 commit intoazerothcore:masterfrom
blinkysc:fix-creature-template-schema

Conversation

@blinkysc
Copy link
Copy Markdown

Summary

  • Remove scale column from creature_template INSERT (moved to creature_template_model.DisplayScale)
  • Replace mechanic_immune_mask and spell_school_immune_mask columns with CreatureImmunitiesId

These columns were removed/replaced in AzerothCore core, causing ERROR 1054 (42S22): Unknown column 'scale' in 'field list' on the modules CI build.

Test plan

  • Verify module loads without SQL errors on current AC master

Remove `scale` column (moved to creature_template_model.DisplayScale)
and replace `mechanic_immune_mask`/`spell_school_immune_mask` with
`CreatureImmunitiesId`.
@Nyeriah Nyeriah merged commit c076aa6 into azerothcore:master Mar 26, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants