Skip to content

fix: remove deprecated creature_template columns from SQL#17

Merged
Nyeriah merged 1 commit intoazerothcore:mainfrom
Nyeriah:fix-removed-columns
Mar 23, 2026
Merged

fix: remove deprecated creature_template columns from SQL#17
Nyeriah merged 1 commit intoazerothcore:mainfrom
Nyeriah:fix-removed-columns

Conversation

@Nyeriah
Copy link
Member

@Nyeriah Nyeriah commented Mar 23, 2026

Summary

  • Removes scale, mechanic_immune_mask, and/or spell_school_immune_mask columns from creature_template INSERT/UPDATE statements
  • These columns were removed from AzerothCore's creature_template table:
    • scale → moved to creature_template_model.DisplayScale
    • mechanic_immune_mask/spell_school_immune_mask → replaced by CreatureImmunitiesId

🤖 Generated with Claude Code

…creature_template SQL

These columns were removed from creature_template in AzerothCore.
- scale moved to creature_template_model.DisplayScale
- mechanic_immune_mask/spell_school_immune_mask replaced by CreatureImmunitiesId

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Nyeriah Nyeriah merged commit 27279f2 into azerothcore:main Mar 23, 2026
1 check passed
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.

1 participant