Skip to content

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

Merged
Nyeriah merged 1 commit intomasterfrom
fix-creature-template-schema
Mar 23, 2026
Merged

fix(DB): Update SQL for creature_template schema changes#79
Nyeriah merged 1 commit intomasterfrom
fix-creature-template-schema

Conversation

@Nyeriah
Copy link
Member

@Nyeriah Nyeriah commented Mar 23, 2026

Summary

  • Remove scale column from creature_template INSERT (moved to creature_template_model.DisplayScale)
  • Remove spell_school_immune_mask column (no longer exists)
  • Replace mechanic_immune_mask with CreatureImmunitiesId

Test plan

  • Worldserver starts without SQL errors on zone_difficulty_mythicmode_creatures.sql
  • Chromie NPCs (entries 1128001, 1128002) spawn correctly in-game

🤖 Generated with Claude Code

Remove `scale` column (moved to creature_template_model),
replace `mechanic_immune_mask` and `spell_school_immune_mask`
with `CreatureImmunitiesId`.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Nyeriah Nyeriah merged commit 31cc26f into master Mar 23, 2026
2 checks 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