Skip to content

Commit

Permalink
Add more spells for vic flying
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Sep 23, 2023
1 parent a589a30 commit eaa1c1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/base/dbc/cmangos_fixes/Spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3362,6 +3362,11 @@ UPDATE spell_template SET MaxAffectedTargets = 2 WHERE id = 51122;
-- Player needs to board vics flying machine in seat 1, not seat 0 - and is first to board
UPDATE spell_template SET EffectBasePoints1=1 WHERE Id=52218;

-- 'Engine on Fire' should not be removed on evade
UPDATE spell_template SET AttributesServerside = 4 WHERE id IN (52255);
-- 'Vic's Flying Machine Aggro Periodic' should not be removed on evade
UPDATE spell_template SET AttributesServerside = 4 WHERE id IN (52260);

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

0 comments on commit eaa1c1d

Please sign in to comment.