fix(DB/Creature): remove very strange resistance from Kaliri Swooper, Matriarch and the Hatchlings (#16367)

* initial

* verifiedbuild

forgot that

* final

* change to delete statement
This commit is contained in:
Dan 2023-05-29 02:28:13 +02:00 committed by GitHub
parent 1895534b9b
commit 08b9b016fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
DELETE FROM `creature_template_resistance` WHERE `CreatureID` IN (17034, 17035, 17039, 17053);