fix(DB/Creature): Desolace Kolkar have no resistances. (#16972)

This commit is contained in:
Maria-sequel 2023-08-10 11:39:43 +02:00 committed by GitHub
parent 808b8bf07a
commit d0c9b187f7
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 (4632, 4633, 4634, 4635, 4636, 4637);