From e51a4a8196404986994fcb76194feb670bd5d593 Mon Sep 17 00:00:00 2001 From: Drahy Date: Mon, 3 Aug 2009 22:14:38 +0200 Subject: * Added AP bonus for Hunter - Volley * Some cleanup in spell_full --HG-- branch : trunk --- sql/updates/4742_world_spell_bonus_data.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/4742_world_spell_bonus_data.sql (limited to 'sql/updates') diff --git a/sql/updates/4742_world_spell_bonus_data.sql b/sql/updates/4742_world_spell_bonus_data.sql new file mode 100644 index 00000000000..b39673705f1 --- /dev/null +++ b/sql/updates/4742_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=42243; +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(42243, -1, -1, 0.07, -1, 'Hunter - Volley'); \ No newline at end of file -- cgit v1.2.3