fix(DB/creature): correct phaseMask of NPC Ravenous jormungar (#1523)

Closes #1397
This commit is contained in:
Francesco Borzì
2019-02-28 20:34:19 +01:00
committed by Barbz
parent e68a99a578
commit b4a34abc73

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1551043636375824487');
UPDATE creature SET `phaseMask` = 4 WHERE `guid` = 1973070;