sogladev / mod-vanilla-naxxramas

AzerothCore custom module that brings back vanilla Naxxramas
GNU Affero General Public License v3.0
7 stars 3 forks source link

Feature: custom queries also need to be updated to work with the latest table structure. #27

Closed sogladev closed 5 months ago

sogladev commented 5 months ago

Describe your feature request or suggestion in detail

As of [this commit](https://github.com/azerothcore/azerothcore-wotlk/commit/d6d49a9e45e5eb59e06fe14d7e4107015fcc0e0e) the table structure for creature_template has been updated and all modelid fields have been removed and a new table has been introduced, creature_template_model. 

As we cannot update all modules alone we need your help! If you use a module that queries the creature_template we ask that you take a few minutes to make a PR to update the query to match it to the latest table structure.

This is also a reminder that your custom queries also need to be updated to work with the latest table structure.

Describe a possible solution to your feature or suggestion in detail

No response

Additional context

No response