azerothcore / mod-npc-free-professions

Gives free professions to the player with all recipes
http://www.azerothcore.org/
12 stars 20 forks source link

Bug: Unknown column 'modelid1' in 'field list' #29

Open mehdikhody opened 1 week ago

mehdikhody commented 1 week ago

Current Behaviour

ERROR 1054 (42S22) at line 9 in file: 'azerothcore/modules/mod-npc-free-professions/data/sql/db-world/base/mod_npc_free_professions_01.sql': Unknown column 'modelid1' in 'field list'

Expected Behaviour

It should updated the word database but gives me this error instead.

Steps to reproduce the problem

cd modules git clone https://github.com/azerothcore/mod-npc-free-professions.git cd ../ ./acore.sh 5 - all: clean, configure and compile ./acore.sh 11

Extra Notes

No response

AC rev. hash/commit

None

Operating system

Ubuntu 20.04

Custom changes or Modules

No response

Helias commented 1 week ago

the problem is the incompatibility with AC after this PR https://github.com/azerothcore/azerothcore-wotlk/pull/19068 we should make a PR like this one https://github.com/azerothcore/mod-weapon-visual/pull/26 to fix the issue