mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/creature_template): Fix Ossirian's resistances accidentally removed. (#13191)
Create rev_1664637924608497900.sql
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `creature_template_resistance` WHERE (`CreatureID` = 15339) AND (`School` IN (2, 3, 4, 5));
|
||||
INSERT INTO `creature_template_resistance` (`CreatureID`, `School`, `Resistance`, `VerifiedBuild`) VALUES
|
||||
(15339, 2, 1000, 0),
|
||||
(15339, 3, 1000, 0),
|
||||
(15339, 4, 1000, 0),
|
||||
(15339, 5, 1000, 0);
|
||||
Reference in New Issue
Block a user