Skip to content

Commit

Permalink
Fix sql update for prev. commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Dec 14, 2009
1 parent 916d1a8 commit b58fd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/updates/8992_02_mangos_spell_chain.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ INSERT INTO spell_chain VALUES
(53292, 53291, 53290, 3, 0);

/*Bloodsurge*/
DELETE FROM spell_chain WHERE first_spell = 53290;
DELETE FROM spell_chain WHERE first_spell = 46913;
INSERT INTO spell_chain VALUES
(46913, 0, 46913, 1, 0),
(46914, 46913, 46913, 2, 0),
Expand Down

0 comments on commit b58fd53

Please sign in to comment.