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(DB/Creature): spawns of Death Howl (#7170) #10847

Closed
Whyy0416 opened this issue Feb 27, 2022 · 0 comments · Fixed by #10871
Closed

fix(DB/Creature): spawns of Death Howl (#7170) #10847

Whyy0416 opened this issue Feb 27, 2022 · 0 comments · Fixed by #10871

Comments

@Whyy0416
Copy link

Current Behaviour

This commit cda264cfe11397defa79008e772c7a10dfac8ffe add 2 wrong spawn point to Death Howl. Map value should be 1.

Expected Blizzlike Behaviour

Death Howl should spawn in Felwood forest properly.

Source

No response

Steps to reproduce the problem

1.type .go creature 152290
2.type .go creature 152291
and see where were you at.

Extra Notes

Solution: UPDATE creature SET map = 1 WHERE guid IN (152290,152291);

AC rev. hash/commit

23cd1883d67a0f7c3bb421a05e9ab6e00fd40b66

Operating system

Windows 10 x64

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

Successfully merging a pull request may close this issue.

1 participant