fix(DB): Webbed Creature missing flags (#6481)
This commit is contained in:
parent
634fceabe1
commit
5b82840eea
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624283834038071800');
|
||||
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|4|131072, `flags_extra` = `flags_extra`|2|256|8388608 WHERE (`entry` = 17680);
|
||||
Loading…
Add table
Add a link
Reference in a new issue