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

Fix missing object needed for quest 8924 'Hunting for Ectoplasm'. #1190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

evil-at-wow
Copy link
Contributor

I recently noticed I still couldn't complete the quest 8924 'Hunting for Ectoplasm', despite us fixing this quest last year.
The error in the logs at that time sounded very familiar though:

Gameobject (Entry: 181057) not exist and not created at spell (ID: 27433) cast

It turns out this was first fixed in wotlk-db and then backported, but the backport was (understandably) incomplete. See the commit message for all the details.

This is basically something that was forgotten when backporting commit
cmangos/wotlk-db@8c5dbb654fbb. This object was NOT added in that commit
though, because as mentioned in the associated pull request (see
cmangos/wotlk-db#594) both objects were already in the database, and
'the person who will backport it will simply take it from there'.
But that's very easy to miss of course, so it didn't happen...

This finally fixes cmangos/issues#3392 for real.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant