From bb6e0dba89e01b59854750b2b84624dc8653295e Mon Sep 17 00:00:00 2001 From: QAston Date: Sat, 16 May 2009 20:23:56 +0200 Subject: *Fix lifebloom final heal coefficient - by nesocip *Fix aura immunity dispel for spells like Resurrection sickness *Do not proc auras without spellfamilyflags required for totems. *Allow more auras to be displayed in client. *Fix some issues with Cut to the Chase. --HG-- branch : trunk --- sql/updates/3358_world_spell_bonus_data.sql | 1 + sql/updates/3359_world_spell_linked_spell.sql | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 sql/updates/3358_world_spell_bonus_data.sql create mode 100644 sql/updates/3359_world_spell_linked_spell.sql (limited to 'sql') diff --git a/sql/updates/3358_world_spell_bonus_data.sql b/sql/updates/3358_world_spell_bonus_data.sql new file mode 100644 index 00000000000..e2cb0aa706b --- /dev/null +++ b/sql/updates/3358_world_spell_bonus_data.sql @@ -0,0 +1 @@ +UPDATE `spell_bonus_data` SET `direct_bonus` = '0.6453' WHERE `spell_bonus_data`.`entry` =33763; diff --git a/sql/updates/3359_world_spell_linked_spell.sql b/sql/updates/3359_world_spell_linked_spell.sql new file mode 100644 index 00000000000..a8d73d37056 --- /dev/null +++ b/sql/updates/3359_world_spell_linked_spell.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_linked_spell` WHERE spell_trigger = 33206; +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +( 33206, 44416, 2, 'Pain Suppression (threat)'); \ No newline at end of file -- cgit v1.2.3