fix(DB/Creature): The Big Bad Wolf should be Taunt immune (#17255)

Create rev_1694739263824086500.sql
This commit is contained in:
Gultask 2023-09-17 07:47:19 -03:00 committed by GitHub
parent a0a06a6d18
commit a22a04908a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|256 WHERE (`entry` = 17521);