Skip to content

Commit

Permalink
[1684] AQ20 - Missing Auras
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobschinski committed May 17, 2017
1 parent e04b979 commit 35f5155
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Updates/1684_missing_auras.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

REPLACE INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `b2_0_sheath`, `b2_1_flags`, `emote`, `moveflags`, `auras`) VALUES
('15521', '0', '0', '1', '16', '0', '0', '9205'),
('15318', '0', '0', '1', '16', '0', '0', '9205'),
('15323', '0', '0', '1', '16', '0', '0', '25592'),
('15324', '0', '0', '1', '16', '0', '0', '18950'),
('15505', '0', '0', '1', '16', '0', '0', '18943 18950'),
('15335', '0', '0', '1', '16', '0', '0', '18950'),
('15387', '0', '0', '1', '16', '0', '0', '18950'),
('15341', '0', '0', '1', '16', '0', '0', '18943');

0 comments on commit 35f5155

Please sign in to comment.