* Added AP bonus for Hunter - Volley

* Some cleanup in spell_full

--HG--
branch : trunk
This commit is contained in:
Drahy
2009-08-03 22:14:38 +02:00
parent 0115d648c0
commit e51a4a8196
2 changed files with 8 additions and 4 deletions
@@ -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');