aboutsummaryrefslogtreecommitdiff
path: root/sql/world.sql
diff options
context:
space:
mode:
authortlexii <none@none>2009-06-25 14:09:16 +0200
committertlexii <none@none>2009-06-25 14:09:16 +0200
commitbbc1578ab5e4039e9e496df417101262afde36a7 (patch)
treea9aa3b8c7f578961c5cc9d206f8055eed86dc449 /sql/world.sql
parentd234b35a0c18d7f3b3120483ebe6845be22bead3 (diff)
*Fix Conflagrate damage calculation formula
--HG-- branch : trunk
Diffstat (limited to 'sql/world.sql')
-rw-r--r--sql/world.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/world.sql b/sql/world.sql
index f96d43b66d9..8c5dfb46eff 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -13991,7 +13991,8 @@ INSERT INTO `spell_bonus_data` VALUES
(61295,0.4,0.18,0,'Shaman - Riptide'),
(61391,0.193,0,0,'Druid - Typhoon'),
(61651,0.2142,0,0,'Shaman - Fire Nova Totem Casted by Totem Rank 8'),
-(61660,0.2142,0,0,'Shaman - Fire Nova Totem Casted by Totem Rank 9');
+(61660,0.2142,0,0,'Shaman - Fire Nova Totem Casted by Totem Rank 9'),
+('17962', '0', '0', '0', 'Warlock - Conflagrate');
/*!40000 ALTER TABLE `spell_bonus_data` ENABLE KEYS */;
UNLOCK TABLES;