fix(DB/creature): Kolkar Drudge and Kolkar Outrunner resistances (#4746)

* fix(DB/creature): Kolkar Drudge and Kolkar Outrunner resistances

They have 70 fire and 30 shadow resistance while they should have none

Closes AzerothCore issue #4670

* Update data/sql/updates/pending_db_world/rev_1615103299173233870.sql

Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>

Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
This commit is contained in:
Peter
2021-03-10 00:10:15 +01:00
committed by GitHub
parent 9e17e13953
commit 0f3a181561

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615103299173233870');
-- Kolkar Drudge and Kolkar Outrunner spell resistances
UPDATE `creature_template` SET `resistance2`=0, `resistance5`=0 WHERE `entry` IN (3119,3120);