fix(Core/Creature): Implement CREATURE_FLAG_EXTRA_GHOST_VISIBILITY (#4129)

This commit is contained in:
Kitzunu
2021-01-04 22:53:07 +01:00
committed by GitHub
parent b2761626fe
commit 71b9124f69
3 changed files with 26 additions and 13 deletions

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1609543457839849700');
UPDATE `creature_template` SET `npcflag`=`npcflag`&~32768, `flags_extra`=`flags_extra`|1024 WHERE `entry` IN (8888, 9299);