aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2011-12-08 20:12:57 +0200
committerShocker <shocker@freakz.ro>2011-12-08 20:13:40 +0200
commitc87d4a0b64499a6a8564e9c0ed44b2e7ceece569 (patch)
tree76af32ab2019a80d3dde957ef0b51bf600d170cf
parentb05317650b470fe618c0b15a3d20656a074f76c5 (diff)
Scripts/Trial of the Crusader: Fix Twin Empathy (thanks to Amit86)
Closes #3654
-rw-r--r--sql/updates/world/2011_12_08_01_world_creature_template_addon.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_08_01_world_creature_template_addon.sql b/sql/updates/world/2011_12_08_01_world_creature_template_addon.sql
new file mode 100644
index 00000000000..e8a464146e0
--- /dev/null
+++ b/sql/updates/world/2011_12_08_01_world_creature_template_addon.sql
@@ -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');