diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/3358_world_spell_bonus_data.sql | 1 | ||||
| -rw-r--r-- | sql/updates/3359_world_spell_linked_spell.sql | 3 |
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 |
