fix(DB/Creature): Make Gargantuan Abyssal immune to knockbacks (#16450)

Create rev_1685737282291536800.sql
This commit is contained in:
Tereneckla
2023-06-02 20:32:34 +00:00
committed by GitHub
parent c17233dba0
commit 772e1a1add

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|1073741824 WHERE (`entry` IN (20898, 21598));