Skip to content

Commit

Permalink
Add correction to seat usage to s.52218 which summons an automaticall…
Browse files Browse the repository at this point in the history
…y boarded vehicle
  • Loading branch information
killerwife committed Sep 23, 2023
1 parent 0a8a341 commit a589a30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/base/dbc/cmangos_fixes/Spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3359,6 +3359,9 @@ UPDATE spell_template SET MaxAffectedTargets = 10 WHERE id = 51318;
-- Fierce Lightning Stike 51122
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;

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

0 comments on commit a589a30

Please sign in to comment.