diff --git a/data/sql/updates/pending_db_world/kara-chess-warlock.sql b/data/sql/updates/pending_db_world/kara-chess-warlock.sql new file mode 100644 index 000000000..ccf508662 --- /dev/null +++ b/data/sql/updates/pending_db_world/kara-chess-warlock.sql @@ -0,0 +1,4 @@ +DELETE FROM `creature_template_spell` WHERE `CreatureID` = 21750 AND `Index` IN (2, 3); +INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES +(21750, 2, 37463, 0), +(21750, 3, 37469, 0);