Skip to content

Commit

Permalink
Spell: Icecrown spell fixes
Browse files Browse the repository at this point in the history
Spells that req. to saty after evade
55162 -- The Ocular: Transform
59288 -- Infra-Green Shield
60070 -- Banner, Horde
60151 -- Banner, Side, Horde
60161 -- Banner, Alliance
60189 -- Banner, Side, Alliance
61366 -- Infra-green Turbine (DND)
61573 -- Banner of the Alliance
61574 -- Banner of the Horde

61253 - In a Bomber
must self stack to keep player in Phase 4
  • Loading branch information
Grz3s committed Sep 7, 2024
1 parent 3d9102d commit b16b64d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sql/base/dbc/cmangos_fixes/Spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3482,6 +3482,13 @@ UPDATE `spell_template` SET `AttributesServerSide` = `AttributesServerSide`|0x00
50665, -- Bleeding Out
50681, -- Bleeding Out
50695, -- Bleeding Out
55162, -- The Ocular: Transform
59288, -- Infra-Green Shield
60070, -- Banner, Horde
60151, -- Banner, Side, Horde
60161, -- Banner, Alliance
60189, -- Banner, Side, Alliance
61366, -- Infra-green Turbine (DND)
61573, -- Banner of the Alliance
61574 -- Banner of the Horde
);
Expand Down Expand Up @@ -3593,6 +3600,9 @@ UPDATE spell_template SET Speed=0 WHERE Id IN(44333);
-- Torch 58121
UPDATE spell_template SET MaxAffectedTargets = 1 WHERE id = 58121;

-- 61253 In a Bomber - should self stack to avoid player drop from phase 4
UPDATE `spell_template` SET `StackAmount`= 1 WHERE `id` IN(61253);

-- ============================================================
-- Missing WotLK Achievement Spells
-- ============================================================
Expand Down

0 comments on commit b16b64d

Please sign in to comment.