mirror of
https://github.com/vmangos/core
synced 2026-08-14 16:29:10 -04:00
57 lines
2.4 KiB
SQL
57 lines
2.4 KiB
SQL
insert into `instance_buff_removal` (mapId, auraId, enabled, flags, comment)
|
|
VALUES
|
|
-- Zul'Gurub buff removal
|
|
(309, 22888, 0, 0, "Rallying Cry"),
|
|
(309, 16609, 0, 0, "Warchief's blessing"),
|
|
(309, 24425, 0, 0, "Spirit of Zandalar"),
|
|
(309, 26393, 0, 0, "Elune's Blessing"),
|
|
(309, 15366, 0, 0, "Songflower Serenade"),
|
|
(309, 22818, 0, 0, "Mol'dar's Moxie (15% stam)"),
|
|
(309, 22820, 0, 0, "Slip'kik's Savvy (3% spellcrit)"),
|
|
(309, 22817, 0, 0, "Fengus' Ferocity (200 AP)"),
|
|
(309, 20707, 0, 0, "Soulstone"),
|
|
(309, 20765, 0, 0, "Soulstone"),
|
|
(309, 20764, 0, 0, "Soulstone"),
|
|
(309, 20762, 0, 0, "Soulstone"),
|
|
(309, 20763, 0, 0, "Soulstone"),
|
|
(309, 28681, 0, 0, "Soul Revival (Scourge Invasion Buff)"),
|
|
|
|
(309, 23735, 0, 0, "Sayge's Dark Fortune of Strength"),
|
|
(309, 23736, 0, 0, "Sayge's Dark Fortune of Agility"),
|
|
(309, 23737, 0, 0, "Sayge's Dark Fortune of Stamina"),
|
|
(309, 23738, 0, 0, "Sayge's Dark Fortune of Spirit"),
|
|
(309, 23766, 0, 0, "Sayge's Dark Fortune of Intelligence"),
|
|
(309, 23767, 0, 0, "Sayge's Dark Fortune of Armor"),
|
|
(309, 23768, 0, 0, "Sayge's Dark Fortune of Damage"),
|
|
(309, 23769, 0, 0, "Sayge's Dark Fortune of Resistance"),
|
|
|
|
(309, 1038, 0, 2, "Blessing of Salvation"),
|
|
(309, 25895, 0, 2, "Greater Blessing of Salvation"),
|
|
|
|
(309, 19740, 0, 2, "Blessing of Might (R1)"),
|
|
(309, 19834, 0, 2, "Blessing of Might (R2)"),
|
|
(309, 19835, 0, 2, "Blessing of Might (R3)"),
|
|
(309, 19836, 0, 2, "Blessing of Might (R4)"),
|
|
(309, 19837, 0, 2, "Blessing of Might (R5)"),
|
|
(309, 19838, 0, 2, "Blessing of Might (R6)"),
|
|
(309, 25291, 0, 2, "Blessing of Might (R7)"),
|
|
(309, 25782, 0, 2, "Greater Blessing of Might (R1)"),
|
|
(309, 25916, 0, 2, "Greater Blessing of Might (R2)"),
|
|
|
|
(309, 20911, 0, 2, "Blessing of Sanctuary (R1)"),
|
|
(309, 20912, 0, 2, "Blessing of Sanctuary (R2)"),
|
|
(309, 20913, 0, 2, "Blessing of Sanctuary (R3)"),
|
|
(309, 20914, 0, 2, "Blessing of Sanctuary (R4)"),
|
|
(309, 25899, 0, 2, "Greater Blessing of Sanctuary (R1)"),
|
|
|
|
(309, 19742, 0, 2, "Blessing of Wisdom (R1)"),
|
|
(309, 19850, 0, 2, "Blessing of Wisdom (R2)"),
|
|
(309, 19852, 0, 2, "Blessing of Wisdom (R3)"),
|
|
(309, 19853, 0, 2, "Blessing of Wisdom (R4)"),
|
|
(309, 19854, 0, 2, "Blessing of Wisdom (R5)"),
|
|
(309, 25290, 0, 2, "Blessing of Wisdom (R6)"),
|
|
(309, 25894, 0, 2, "Greater Blessing of Wisdom (R1)"),
|
|
(309, 25918, 0, 2, "Greater Blessing of Wisdom (R1)"),
|
|
|
|
(309, 20217, 0, 2, "Blessing of Kings (R1)"),
|
|
(309, 25898, 0, 2, "Greater Blessing of Kings (R1)");
|