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

View File

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