fix(DB/Creature): Correct damage school of Steamvault Surgers (#15926)

Create rev_1681324752444395800.sql
This commit is contained in:
Gultask 2023-04-17 23:16:10 -03:00 committed by GitHub
parent 570c0e8498
commit b247292f98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `dmgschool` = 0 WHERE (`entry` IN (21695, 21696, 21916, 21917));