aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/2551_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/2551_world.sql b/sql/updates/2551_world.sql
new file mode 100644
index 00000000000..531f248a2ef
--- /dev/null
+++ b/sql/updates/2551_world.sql
@@ -0,0 +1,4 @@
+-- Judgement
+DELETE FROM `spell_bonus_data` WHERE `entry` = 54158;
+INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`comments`) VALUES
+('54158','0.25','0','0.16','Paladin - Unleashing spell for Seal of Wisdom, Justice and Light'); \ No newline at end of file