fix(DB/creature): Fix Death Howl Spawns (#10871)

This commit is contained in:
ZhengPeiRu21
2022-03-02 20:48:26 -07:00
committed by GitHub
parent 6e8f113409
commit 3c59a0a133

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1646165837337115100');
UPDATE `creature` SET `map` = 1 WHERE `guid` IN (152290,152291);