fix(DB/Creature): Hide creature trigger on Shirrak the Dead Watcher (#1909)

Fix Invisibility Creature Trigger
This commit is contained in:
Selyria
2019-05-31 21:38:17 +02:00
committed by Barbz
parent b5a9c830bf
commit 48a94f6f5f

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1559170250353381400');
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 128 WHERE (entry = 18374);