Skip to content

fix(DB): Update SQL for creature_template schema changes#229

Merged
Nyeriah merged 1 commit into
azerothcore:masterfrom
Nyeriah:fix-creature-template-schema
Mar 23, 2026
Merged

fix(DB): Update SQL for creature_template schema changes#229
Nyeriah merged 1 commit into
azerothcore:masterfrom
Nyeriah:fix-creature-template-schema

Conversation

@Nyeriah
Copy link
Copy Markdown
Member

@Nyeriah Nyeriah commented Mar 23, 2026

Summary

  • Remove scale column from creature_template INSERT statements (moved to creature_template_model.DisplayScale)
  • Rename baseattacktime/rangeattacktime to BaseAttackTime/RangeAttackTime
  • Replace mechanic_immune_mask with CreatureImmunitiesId

Test plan

  • Worldserver starts without SQL errors on trasm_world_NPC.sql
  • Transmog NPCs (entries 190010, 190011) spawn correctly in-game

🤖 Generated with Claude Code

Remove `scale` column (moved to creature_template_model),
rename `baseattacktime`/`rangeattacktime` to `BaseAttackTime`/`RangeAttackTime`,
and replace `mechanic_immune_mask` with `CreatureImmunitiesId`.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Nyeriah Nyeriah merged commit f07686b into azerothcore:master Mar 23, 2026
1 check passed
Aldori15 added a commit to Aldori15/mod-transmog that referenced this pull request Apr 19, 2026
fix(DB): Update SQL for creature_template schema changes (azerothcore#229)
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