DB/Creature: Add CREATURE_FLAG_EXTRA_NO_COMBAT to Gunship Hull

Closes #25921

(cherry picked from commit 62320b1efa)
This commit is contained in:
offl
2021-01-24 15:10:40 +02:00
committed by Shauren
parent a07a718e7b
commit 91d7a8b069

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |0x00002000 WHERE `entry` = 37547;