mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/Creature): remove very strange resistance from Kaliri Swooper, Matriarch and the Hatchlings (#16367)
* initial * verifiedbuild forgot that * final * change to delete statement
This commit is contained in:
2
data/sql/updates/pending_db_world/fix-kaliri-resist.sql
Normal file
2
data/sql/updates/pending_db_world/fix-kaliri-resist.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
DELETE FROM `creature_template_resistance` WHERE `CreatureID` IN (17034, 17035, 17039, 17053);
|
||||
Reference in New Issue
Block a user