Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mod fails to load - "Script named 'npc_morphsummon' is not assigned in the database." #23

Open
FatalTraction opened this issue Aug 4, 2024 · 0 comments

Comments

@FatalTraction
Copy link

Current Behaviour

Mod fails to load, outputs "Script named 'npc_morphsummon' is not assigned in the database." in WorldServer. Investigation reveals four target columns, "modelid1" to "modelid4", present in morphsummon.sql but not the creature_template table, causing the query to fail.

Expected Behaviour

Mod should load normally. I removed the four columns and created an appropriate query for the creature_template_model table (DisplayID might be wrong).

DELETE FROM `creature_template_model` WHERE `CreatureId` IN (@ENTRY); INSERT INTO `creature_template_model` ( `CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES (601072, 0, 15665, 1, 1, 1);

Steps to reproduce the problem

Load latest version of mod in AzerothCore ee8c103d3d9b

Extra Notes

No response

AC rev. hash/commit

ee8c103d3d9b

Operating system

Debian 12

Custom changes or Modules

No response

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

No branches or pull requests

1 participant