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:
parent
1895534b9b
commit
08b9b016fb
1 changed files with 2 additions and 0 deletions
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue