mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
Scripts/Ulduar: Fix Ignis' Slag Pot periodic ticks and enable achievement "Hot Pocket"
This commit is contained in:
7
sql/updates/world/2014_10_29_00_world.sql
Normal file
7
sql/updates/world/2014_10_29_00_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Spell difficulty entry for Slag Pot Damage spell
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `id` = 65722;
|
||||
INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`, `spellid2`, `spellid3`) VALUES
|
||||
(65722, 65722, 65723, 0, 0);
|
||||
|
||||
-- Clean up unneeded criteria data, enables achievement Hot Pocket
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (10430, 10431) AND `type` = 18;
|
||||
Reference in New Issue
Block a user