Skip to content

Commit

Permalink
Scripts/Trial of the Crusader: Fix Twin Empathy (thanks to Amit86)
Browse files Browse the repository at this point in the history
Closes #3654
  • Loading branch information
Shocker committed Dec 8, 2011
1 parent b053176 commit c87d4a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sql/updates/world/2011_12_08_01_world_creature_template_addon.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-- Fix the HP sharing of Twin Valkyr - All Modes
DELETE FROM `creature_template_addon` WHERE `entry` IN (34497,35350,35351,35352,34496,35347,35348,35349);
INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES
(34497,'66133'),
(35350,'66133'),
(35351,'66133'),
(35352,'66133'),
(34496,'66132'),
(35347,'66132'),
(35348,'66132'),
(35349,'66132');

0 comments on commit c87d4a0

Please sign in to comment.