aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-05-16 20:23:56 +0200
committerQAston <none@none>2009-05-16 20:23:56 +0200
commitbb6e0dba89e01b59854750b2b84624dc8653295e (patch)
tree04b218b12c9ebb0e9f5a9cf65e6e7c88bc8ef4bf /sql
parent14daff6d38f5100c311af334f4e02c47cd946904 (diff)
*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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/3358_world_spell_bonus_data.sql1
-rw-r--r--sql/updates/3359_world_spell_linked_spell.sql3
2 files changed, 4 insertions, 0 deletions
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