azerothcore / mod-transmog

Plug&Play transmog module for AzerothCore, based on Rochet2 works
https://github.com/azerothcore/mod-transmog/blob/master/README.md
GNU Affero General Public License v3.0
119 stars 143 forks source link

Worldserver don't work #37

Closed wowissues closed 4 years ago

wowissues commented 4 years ago

Hi guys, i'm use the latest version of azerothcore, and i'm getting this error when i'm starting worldserver:

SQL: DELETE FROM custom_transmogrification WHERE NOT EXISTS (SELECT 1 FROM item_instance WHERE item_instance.guid = custom_transmogrification.GUID) ERROR: [1146] Table 'acore_characters.custom_transmogrification' doesn't exist Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.

What i need to do? Execute this query or what?

wowissues commented 4 years ago

i fixed this, idk why but transmorg.sql don't execute into my db

Hibar84 commented 4 months ago

Hello @wowissues , I have the same issue, how did you fix it ?

Helias commented 4 months ago

Hello @wowissues , I have the same issue, how did you fix it ?

he executed the SQL file included in the repository