fix(DB/creature): correct phaseMask of NPC Ravenous jormungar (#1523)
Closes #1397
This commit is contained in:
parent
e68a99a578
commit
b4a34abc73
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1551043636375824487');
|
||||
|
||||
UPDATE creature SET `phaseMask` = 4 WHERE `guid` = 1973070;
|
||||
Loading…
Add table
Add a link
Reference in a new issue