From 02bb32f60f0880ed8775787278c2ea1407cbe9a0 Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 9 Apr 2009 14:58:25 +0200 Subject: *Fix seals: command, justice, wisdom, light unleashing damage. --HG-- branch : trunk --- sql/updates/2551_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/2551_world.sql (limited to 'sql') 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 -- cgit v1.2.3