mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user